summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsyncrepo.sh2
1 files changed, 2 insertions, 0 deletions
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