From 8513bbc62a7f8acf901e6c6b1da194af9114abbe Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Wed, 12 Mar 2008 21:55:15 -0400 Subject: [PATCH] apache-sync-logs: Don't email admins if user removes their log dir. --- apache-sync-logs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-sync-logs b/apache-sync-logs index b3d1ab2..53f0ae1 100755 --- a/apache-sync-logs +++ b/apache-sync-logs @@ -53,8 +53,11 @@ for A in $(find $LOCAL_LOG_DIR -mindepth 3 -maxdepth 3 -print); do fi if test ! -d "$LOG_DEST"; then - echo "Error: $LOG_DEST does not exist, please make it" - ERROR=yes +# echo "Error: $LOG_DEST does not exist, please make it" +# ERROR=yes +# We will assume that people know what they are doing when they +# delete their ~/.logs/apache directory .... + continue else rm -fr $TMP_DEST cp -r $LOG_SRC $TMP_DEST -- 2.20.1