summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-20 22:52:15 +0200
committerErich Eckner <git@eckner.net>2020-05-20 22:52:15 +0200
commit6aa35227b568dc114f6187c23f9009062845b306 (patch)
treea0d9aa577afc1143b7b249dc22369d8f950b098a
parentc819056ed42bbeff638133b777c1943e7f7e66d2 (diff)
downloadarch-mirror-6aa35227b568dc114f6187c23f9009062845b306.tar.xz
arch-mirror: fix verbosity once more
-rwxr-xr-xarch-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-mirror b/arch-mirror
index 33f36f7..3d8c842 100755
--- a/arch-mirror
+++ b/arch-mirror
@@ -11,7 +11,7 @@ fi
mirror_dir='/srv/http/arch'
-rsync_options='-rtlH --safe-links --delete-after --progress -h --timeout=600 --contimeout=60 -p --delay-updates --no-motd --temp-dir='"${mirror_dir}"'/.tmp --exclude .tmp'
+rsync_options='-rtlH --safe-links --delete-after -h --timeout=600 --contimeout=60 -p --delay-updates --no-motd --temp-dir='"${mirror_dir}"'/.tmp --exclude .tmp'
if stty &>/dev/null; then
rsync_verbose='-v'