diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-04 14:14:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-04 14:14:04 +0100 |
commit | c9e6b8eb89bd1635f6f720746ac72fcfb636a3f6 (patch) | |
tree | e03260462cf3e8c393a8331f9e45934ae5f6c6db /bin | |
parent | 95cd1ad69cad83602dcb169d19048d521c3570ad (diff) | |
download | jenkins.debian.net-c9e6b8eb89bd1635f6f720746ac72fcfb636a3f6.tar.xz |
small enhancements
Diffstat (limited to 'bin')
-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 d2fb44c3..5236b5dc 100755 --- a/bin/housekeeping.sh +++ b/bin/housekeeping.sh @@ -9,7 +9,7 @@ echo df -h echo for DIR in /var/cache/apt/archives/ /var/spool/squid/ /var/lib/jenkins/jobs/ ; do - du -sh $DIR + sudo du -sh $DIR done echo vnstat |