diff options
Diffstat (limited to 'bin/housekeeping.sh')
-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 8c65e9d3..cc38e49d 100755 --- a/bin/housekeeping.sh +++ b/bin/housekeeping.sh @@ -12,7 +12,7 @@ set -e check_for_mounted_chroots() { CHROOT_PATTERN="/chroots/${1}-*" OUTPUT=$(mktemp) - ls $CHROOT_PATTERN 2>/dev/null) > $OUTPUT || true + ls $CHROOT_PATTERN 2>/dev/null > $OUTPUT || true if [ -s $OUTPUT ] ; then figlet "Warning:" echo |