summaryrefslogtreecommitdiffstats
path: root/bin/housekeeping.sh
diff options
context:
space:
mode:
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 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