summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-16 17:13:07 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-16 18:03:55 +0200
commite847f37db1bbe027cea0800ae1cff1b270c36c81 (patch)
treef93ce62283c686ef1451d77161351ab28277aa55 /bin
parentef21849e646c1a0712735583409c4490935f8145 (diff)
downloadjenkins.debian.net-e847f37db1bbe027cea0800ae1cff1b270c36c81.tar.xz
Use /schroots
Diffstat (limited to 'bin')
-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