Make several scripts STFU.
[clinton/scripts.git] / hcoop-clean-tmp
index bbafb67..7b485b5 100755 (executable)
@@ -14,6 +14,8 @@ umask 022
 . /lib/init/vars.sh
 . /lib/lsb/init-functions
 
 . /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
 cd /tmp || { log_failure_msg "bootclean: Could not cd to /tmp." ; return 1 ; }
 
 [ "$(find . -maxdepth 0 -perm -002)" = "." ] || return 0