summaryrefslogtreecommitdiffstats
path: root/bin/housekeeping.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-04 21:46:13 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-04 21:46:13 +0100
commit1434b04ad879f6f5fde122b7e5cc5eafb2c2791c (patch)
tree3fdcc4a7324e76f57c48b95258c284ba0afcdffd /bin/housekeeping.sh
parent15e90ebc5df0346e95137ecc91c31d5d4195d6cf (diff)
downloadjenkins.debian.net-1434b04ad879f6f5fde122b7e5cc5eafb2c2791c.tar.xz
small improvements
Diffstat (limited to 'bin/housekeeping.sh')
-rwxr-xr-xbin/housekeeping.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh
index eb0ced7e..15ba7e50 100755
--- a/bin/housekeeping.sh
+++ b/bin/housekeeping.sh
@@ -22,7 +22,7 @@ if [ "$HOUSE" != "" ] ; then
echo
echo "Probably manual cleanup needed:"
echo
- echo "$ ls -la /chroots/"
+ echo "$ ls -la $CHROOT_PATTERN"
echo $HOUSE
exit 1
fi