summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/housekeeping.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh
index 74bfdd0a..47882531 100755
--- a/bin/housekeeping.sh
+++ b/bin/housekeeping.sh
@@ -24,7 +24,7 @@ echo
vnstat
CHROOT_PATTERN="/chroots/chroot-tests-*"
-HOUSE=$(ls $CHROOT_PATTERN)
+HOUSE=$(ls $CHROOT_PATTERN 2>/dev/null)
if [ "$HOUSE" != "" ] ; then
figlet "Warning:"
echo