summaryrefslogtreecommitdiffstats
path: root/bin/schroot-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/schroot-install.sh')
-rwxr-xr-xbin/schroot-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-install.sh b/bin/schroot-install.sh
index 22f7eddc..181b3972 100755
--- a/bin/schroot-install.sh
+++ b/bin/schroot-install.sh
@@ -25,7 +25,7 @@ if [ -z "$CHROOT_BASE" ]; then
export CHROOT_BASE=/chroots
fi
if [ -z "$SCHROOT_BASE" ]; then
- export SCHROOT_BASE=$CHROOT_BASE/schroot
+ export SCHROOT_BASE=/schroots
fi
if [ $# -lt 2 ]; then