Skip to content

Commit 91c1e61

Browse files
committed
feature: Support for snapped versions of Firefox and Chromium.
Added `--mkpath` parameter to `rsync` to ensure the initial sync not fail.
1 parent 37a47e9 commit 91c1e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/profile-sync-daemon.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ do_sync_for() {
523523
fi
524524
else
525525
# keep user from launching browser while rsync is active
526-
rsync -aX --inplace --no-whole-file "$BACKUP/" "$TMP"
526+
rsync -aX --inplace --no-whole-file --mkpath "$BACKUP/" "$TMP"
527527
fi
528528

529529
# now browser can start

0 commit comments

Comments
 (0)