From e6002cfade6a3a393817dac169787ed181d1eb36 Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Sun, 23 Nov 2008 23:11:16 -0500 Subject: [PATCH 1/1] Make several scripts STFU. --- hcoop-all-db-backup | 2 +- hcoop-clean-tmp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.20.1