From e7e3b1f55edad1369329facdfc35bac76ea320c7 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 24 May 2009 14:46:41 +0000 Subject: Fix permissions for rsync uploads. svn path=/branches/BRANCH_6-3/; revision=5318 --- website/host-scripts/upload-website.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '#*#' \ * \ -- cgit v1.2.3