diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-install.sh | 2 |
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 |