X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/0fafd2afb6aa12070d84ee640cc897412a1df020..4a28134805dfc5b6bef1843f5716961a1bf9954f:/hcoop-clean-tmp?ds=sidebyside 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