diff options
-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" +rsync_args="--compress --times --chmod=u=rw,go=r" rsync_pre_invoke() { true ;} rsync_post_invoke() { true ;} |