aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-19 11:23:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-19 11:23:58 -0300
commitc2b8cebc59da24b5e1b419910108b4452745dc13 (patch)
tree2e3e19ce5f60fec287ceb31de61ebad5d5fb1940
parentfe5c8f030cd2092efef578ffc7779610efc56b4b (diff)
downloadfirefoxer-c2b8cebc59da24b5e1b419910108b4452745dc13.tar.gz
firefoxer-c2b8cebc59da24b5e1b419910108b4452745dc13.tar.bz2
TODO: quiet chrome syncing
-rwxr-xr-xfirefox-chrome-sync2
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