diff options
-rwxr-xr-x | bin/housekeeping.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh index b1c862c1..3af8ee7b 100755 --- a/bin/housekeeping.sh +++ b/bin/housekeeping.sh @@ -39,8 +39,7 @@ if [ "$HOUSE" != "" ] ; then exit 1 fi -# FIXME: no tmpfs should really mean exit 1 not 0 -df |grep tmpfs > /dev/null || ( echo "Warning: no tmpfs mounts in use. Please investigate the host system." ; exit 0 ) +df |grep tmpfs > /dev/null || ( echo "Warning: no tmpfs mounts in use. Please investigate the host system." ; exit 1 ) echo echo "No problems found, all seems good." |