summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-01-27 18:01:26 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-01-27 18:01:26 +0000
commite54fa22fe506ba1337773da83e15121f10491233 (patch)
treedd208c5adc143ae522d08f28bd1a0a971e9264d0 /publish
parent5704425bed65770652454d7e1167a4ccbce2694c (diff)
Fix chmod option to rsync, so we do not lock ourselves (and the rest) out from directories
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@577 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 3702249..62190e2 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 --chmod=u=rw,go=r"
+rsync_args="--compress --times --chmod=u=rwX,go=rX"
rsync_pre_invoke() { true ;}
rsync_post_invoke() { true ;}