diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-18 14:45:49 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-18 14:45:49 (GMT) |
commit | a5a3e241ada1584ce94b06cdc77780f11e3b9c94 (patch) | |
tree | 6552563133b23531d354564f12206a1e84d2bce6 /templates | |
parent | 184d42a837fe751c5a2c3a8a801e66100af42f9a (diff) | |
download | linhes_dev-a5a3e241ada1584ce94b06cdc77780f11e3b9c94.zip |
enter_dev_chroot.sh: copy in bashrc_linhes
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/enter_dev_chroot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh index 7cc31cd..1b10a01 100755 --- a/templates/enter_dev_chroot.sh +++ b/templates/enter_dev_chroot.sh @@ -74,9 +74,9 @@ cleanUp() { # no arguments copyIn() { # no arguments local F=etc/resolv.conf [ -e "$BROOT/$F" ] || cp -f /$F $F - [ -f etc/bashrc ] || { + [ -f etc/bashrc_linhes ] || { local D="$myDir/$toolsDir/templates/etc" - cp -f $D/bashrc etc/ + cp -f $D/bashrc etc/bashrc_linhes cp -f $D/kmdev.sh etc/profile.d/ cp -f $D/.bashrc root/ cp -f $D/.bash_profile root/ |