From 9ae6155eb43ca7f6bd6b7d49d3e85544367e5622 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Jun 2019 14:53:13 +0200 Subject: Fix rsync permission issue --- stage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage') diff --git a/stage b/stage index 460a7ae..f861578 100755 --- a/stage +++ b/stage @@ -210,7 +210,7 @@ function sync_dist () # [] info "Press Enter to start distribution upload to $d" read - rsync -v -rlpt -c --copy-unsafe-links --prune-empty-dirs \ + rsync -v -rltO -c --chmod=ugo=rwX --copy-unsafe-links --prune-empty-dirs \ $rsync_ops "$@" "$s/" "$d/" } -- cgit v1.1