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