From 31ecc2b63f1372f049bd8de6f1b6c769a4737ef7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Dec 2012 11:32:25 +0100 Subject: fix typo --- bin/housekeeping.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/housekeeping.sh') 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 -- cgit v1.2.3-54-g00ecf