From: mwolson_admin Date: Mon, 24 Nov 2008 04:11:16 +0000 (-0500) Subject: Make several scripts STFU. X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/commitdiff_plain/e6002cfade6a3a393817dac169787ed181d1eb36 Make several scripts STFU. --- diff --git a/hcoop-all-db-backup b/hcoop-all-db-backup index 03b2001..33e79ab 100755 --- a/hcoop-all-db-backup +++ b/hcoop-all-db-backup @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # # This script backs up every database to its own file, gzipped. 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