summaryrefslogtreecommitdiffstats
path: root/templates/enter_dev_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/enter_dev_chroot.sh')
-rwxr-xr-xtemplates/enter_dev_chroot.sh2
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.
#########################################################################