summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-01-27 18:01:25 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-01-27 18:01:25 +0000
commit5704425bed65770652454d7e1167a4ccbce2694c (patch)
tree569819222d49fb18302058954f69961901c99738 /publish
parent1697ddfe8e57176319e79bed951198a8c8497d6f (diff)
publish: set file permissions during rsync
Signed-off-by: Peter Palfrader <peter@palfrader.org> git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@576 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish')
-rwxr-xr-xpublish2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish b/publish
index 5231176..3702249 100755
--- a/publish
+++ b/publish
@@ -52,7 +52,7 @@ history_file=~/.publish.history
history_lines=1000
date_format='%Y-%m-%d-'
-rsync_args="--compress --times"
+rsync_args="--compress --times --chmod=u=rw,go=r"
rsync_pre_invoke() { true ;}
rsync_post_invoke() { true ;}