diff options
Diffstat (limited to 'firefox-profile-sync')
-rwxr-xr-x | firefox-profile-sync | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox-profile-sync b/firefox-profile-sync index 3b0196a..367d9dd 100755 --- a/firefox-profile-sync +++ b/firefox-profile-sync @@ -15,5 +15,6 @@ cd $PROFILES # Dispatch for profile in *; do echo "Syncing $profile..." - rsync -q -av --delete $BASEDIR/chrome/ $profile/chrome/ + rsync -q -av --delete $BASEDIR/profile/chrome/ $profile/chrome/ + cp $BASEDIR/profile/user.js $profile/user.js done |