aboutsummaryrefslogtreecommitdiff
path: root/firefox-chrome-sync
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-19 11:15:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-19 11:15:22 -0300
commitb0716a7348e4c0f4f03e5694405fd74c4020d959 (patch)
treed5db3e5559d1e98cafc13f5c5c42c6a308fed06e /firefox-chrome-sync
parent01faa0e52ebeab59fca7d312fc5851f868b46c94 (diff)
downloadfirefoxer-b0716a7348e4c0f4f03e5694405fd74c4020d959.tar.gz
firefoxer-b0716a7348e4c0f4f03e5694405fd74c4020d959.tar.bz2
Fix: chrome syncing workflow improvements
Diffstat (limited to 'firefox-chrome-sync')
-rwxr-xr-xfirefox-chrome-sync1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-chrome-sync b/firefox-chrome-sync
index f7ee418..c519b43 100755
--- a/firefox-chrome-sync
+++ b/firefox-chrome-sync
@@ -14,5 +14,6 @@ cd $PROFILES
# Dispatch
for profile in *; do
+ echo "Syncing $profile..."
rsync -av --delete $BASEDIR/chrome/ $profile/chrome/
done