diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 11:23:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 11:23:58 -0300 |
commit | c2b8cebc59da24b5e1b419910108b4452745dc13 (patch) | |
tree | 2e3e19ce5f60fec287ceb31de61ebad5d5fb1940 | |
parent | fe5c8f030cd2092efef578ffc7779610efc56b4b (diff) | |
download | firefoxer-c2b8cebc59da24b5e1b419910108b4452745dc13.tar.gz firefoxer-c2b8cebc59da24b5e1b419910108b4452745dc13.tar.bz2 |
TODO: quiet chrome syncing
-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 |