Silence apache-sync-logs
authorclinton_admin <clinton_admin@fritz.hcoop.net>
Tue, 23 Jul 2013 01:20:06 +0000 (21:20 -0400)
committerclinton_admin <clinton_admin@fritz.hcoop.net>
Tue, 23 Jul 2013 01:20:06 +0000 (21:20 -0400)
apache-sync-logs

index 4c38de6..69095ed 100755 (executable)
@@ -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