aboutsummaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-05-24 14:46:41 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-05-24 14:46:41 +0000
commite7e3b1f55edad1369329facdfc35bac76ea320c7 (patch)
tree4533a9a5b8922525c945c06b46ff8b4d84f32f11 /website
parentbd5a7034cd0ca7a69e092bf5b4484a3ce4882201 (diff)
downloadfetchmail-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')
-rwxr-xr-xwebsite/host-scripts/upload-website.sh3
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 '#*#' \
* \