diff options
Diffstat (limited to 'firefox-chrome-sync')
-rwxr-xr-x | firefox-chrome-sync | 1 |
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 |