diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/enter_dev_chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh index b3c27d6..7cc31cd 100755 --- a/templates/enter_dev_chroot.sh +++ b/templates/enter_dev_chroot.sh @@ -141,7 +141,7 @@ copyIn title "CHROOT : $ARCH" # The actual chroot: -env -i TERM="$TERM" DISPLAY="$DISPLAY" /usr/sbin/chroot . /bin/bash --login +env -i TERM="$TERM" DISPLAY="$DISPLAY" /usr/bin/chroot . /bin/bash --login # Note: the unMounts take place within the 'cleanUp' proceedure. ######################################################################### |