diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-29 17:00:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-29 17:00:49 +0100 |
commit | bb20cd541c96e19d51d1d8bddd4aac7e996c9c07 (patch) | |
tree | adbe3c35f55265138687f676cdd25aede962d6f3 | |
parent | 1168d47bec7e2af595e2a9a990c5f00cecee2eeb (diff) | |
download | jenkins.debian.net-bb20cd541c96e19d51d1d8bddd4aac7e996c9c07.tar.xz |
silence
-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 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 |