From: clinton_admin Date: Tue, 23 Jul 2013 01:20:06 +0000 (-0400) Subject: Silence apache-sync-logs X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/commitdiff_plain/a018476ad86f06bc260b69f10ea4fae771364dfa?hp=e16ccb3a3556890425230ef0eb2d398acb8694f0 Silence apache-sync-logs --- diff --git a/apache-sync-logs b/apache-sync-logs index 4c38de6..69095ed 100755 --- a/apache-sync-logs +++ b/apache-sync-logs @@ -69,7 +69,7 @@ for A in $(find $LOCAL_LOG_DIR -mindepth 3 -maxdepth 3 -print); do fi continue else - k5start -qtU -f $KEYTAB_DIR/$USER -- rsync -a -v --no-owner --no-group --delete $LOG_SRC/ $LOG_DEST/ + k5start -qtU -f $KEYTAB_DIR/$USER -- rsync -a --no-owner --no-group --delete $LOG_SRC/ $LOG_DEST/ test "$VERBOSE" = "true" && echo " done." fi done