X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/blobdiff_plain/5ab432e8d4fa42dc8cdcf4127fca412afcbe546f..e6002cfade6a3a393817dac169787ed181d1eb36:/hcoop-clean-tmp diff --git a/hcoop-clean-tmp b/hcoop-clean-tmp index bbafb67..7b485b5 100755 --- a/hcoop-clean-tmp +++ b/hcoop-clean-tmp @@ -14,6 +14,8 @@ umask 022 . /lib/init/vars.sh . /lib/lsb/init-functions +VERBOSE=no + cd /tmp || { log_failure_msg "bootclean: Could not cd to /tmp." ; return 1 ; } [ "$(find . -maxdepth 0 -perm -002)" = "." ] || return 0