From c2b8cebc59da24b5e1b419910108b4452745dc13 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jul 2024 11:23:58 -0300 Subject: TODO: quiet chrome syncing --- firefox-chrome-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox-chrome-sync b/firefox-chrome-sync index c519b43..3b0196a 100755 --- a/firefox-chrome-sync +++ b/firefox-chrome-sync @@ -15,5 +15,5 @@ cd $PROFILES # Dispatch for profile in *; do echo "Syncing $profile..." - rsync -av --delete $BASEDIR/chrome/ $profile/chrome/ + rsync -q -av --delete $BASEDIR/chrome/ $profile/chrome/ done -- cgit v1.2.3