summaryrefslogtreecommitdiffstats
path: root/bin/housekeeping.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-29 16:38:52 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-29 16:38:52 +0100
commit0259bba352e835936fe154e0651af621069727e3 (patch)
treef9f19ca41e2546b5d43a9e06136d66dcb2dc4463 /bin/housekeeping.sh
parentc22fd2bd3562e75d064b0dac6860838361b44b39 (diff)
downloadjenkins.debian.net-0259bba352e835936fe154e0651af621069727e3.tar.xz
Use rm -rf --one-file-system to delete chroots, thanks to Andreas Beckmann for the idea.
Diffstat (limited to 'bin/housekeeping.sh')
-rwxr-xr-xbin/housekeeping.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh
index 0e32a1d1..50ae330b 100755
--- a/bin/housekeeping.sh
+++ b/bin/housekeeping.sh
@@ -33,5 +33,7 @@ if [ "$HOUSE" != "" ] ; then
exit 1
fi
+df |grep tmpfs > /dev/null || echo "Warning: no tmpfs mounts in use. Please investigate the host system."
+
echo "No problems found, all seems good."
figlet "Ok."