From e54fa22fe506ba1337773da83e15121f10491233 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 27 Jan 2013 18:01:26 +0000 Subject: 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 --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publish') 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 ;} -- cgit v1.2.3