From d41c367b6d5e2b75e6b7a3521da8d20b4d57ad6f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 31 Jul 2017 17:17:29 +0200 Subject: syncrepo.sh: Be quiet when running as cron Signed-off-by: Florian Pritz --- syncrepo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syncrepo.sh b/syncrepo.sh index 4ff6309..90ccb7e 100755 --- a/syncrepo.sh +++ b/syncrepo.sh @@ -49,6 +49,8 @@ rsync_cmd() { if stty &>/dev/null; then cmd+=(-h -v --progress) + else + cmd+=(--quiet) fi if ((bwlimit>0)); then -- cgit v1.2.3-24-g4f1b