diff options
-rwxr-xr-x | firefox-chrome-sync | 2 |
1 files changed, 1 insertions, 1 deletions
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 |