diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-01-27 18:01:26 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-01-27 18:01:26 +0000 |
commit | e54fa22fe506ba1337773da83e15121f10491233 (patch) | |
tree | dd208c5adc143ae522d08f28bd1a0a971e9264d0 /publish | |
parent | 5704425bed65770652454d7e1167a4ccbce2694c (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-x | publish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;} |