Skip to content

Commit

Permalink
feature: Support for snapped versions of Firefox and Chromium.
Browse files Browse the repository at this point in the history
Added `--mkpath` parameter to `rsync` to ensure the initial sync not fail.
  • Loading branch information
vasilev committed Aug 16, 2022
1 parent 37a47e9 commit 91c1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/profile-sync-daemon.in
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ do_sync_for() {
fi
else
# keep user from launching browser while rsync is active
rsync -aX --inplace --no-whole-file "$BACKUP/" "$TMP"
rsync -aX --inplace --no-whole-file --mkpath "$BACKUP/" "$TMP"
fi

# now browser can start
Expand Down

0 comments on commit 91c1e61

Please sign in to comment.