Make several scripts STFU.
authormwolson_admin <mwolson_admin@deleuze.hcoop.net>
Mon, 24 Nov 2008 04:11:16 +0000 (23:11 -0500)
committermwolson_admin <mwolson_admin@deleuze.hcoop.net>
Mon, 24 Nov 2008 04:11:16 +0000 (23:11 -0500)
hcoop-all-db-backup
hcoop-clean-tmp

index 03b2001..33e79ab 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash
 
 #
 # This script backs up every database to its own file, gzipped.
index bbafb67..7b485b5 100755 (executable)
@@ -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