diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:46:41 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:46:41 +0000 |
commit | e7e3b1f55edad1369329facdfc35bac76ea320c7 (patch) | |
tree | 4533a9a5b8922525c945c06b46ff8b4d84f32f11 /website/host-scripts | |
parent | bd5a7034cd0ca7a69e092bf5b4484a3ce4882201 (diff) | |
download | fetchmail-e7e3b1f55edad1369329facdfc35bac76ea320c7.tar.gz fetchmail-e7e3b1f55edad1369329facdfc35bac76ea320c7.tar.bz2 fetchmail-e7e3b1f55edad1369329facdfc35bac76ea320c7.zip |
Fix permissions for rsync uploads.
svn path=/branches/BRANCH_6-3/; revision=5318
Diffstat (limited to 'website/host-scripts')
-rwxr-xr-x | website/host-scripts/upload-website.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/host-scripts/upload-website.sh b/website/host-scripts/upload-website.sh index de1c4cbf..8aa2842a 100755 --- a/website/host-scripts/upload-website.sh +++ b/website/host-scripts/upload-website.sh @@ -22,7 +22,8 @@ fi echo "==> Uploading website (rsync)" # upload rsync \ - --chmod=ug=rwX,o=rX,Dg=s --copy-links --times --checksum --verbose \ + --chmod=ug=rwX,o=rX,Dg=s --perms \ + --copy-links --times --checksum --verbose \ --exclude host-scripts \ --exclude .svn --exclude '*~' --exclude '#*#' \ * \ |