aboutsummaryrefslogtreecommitdiff
path: root/firefox-chrome-sync
diff options
context:
space:
mode:
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