]> Pileus Git - ~andy/fetchmail/commitdiff
Fix permissions for rsync uploads.
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 14:46:41 +0000 (14:46 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 14:46:41 +0000 (14:46 -0000)
svn path=/branches/BRANCH_6-3/; revision=5318

website/host-scripts/upload-website.sh

index de1c4cbff915c6460fdeccf1938b9ddb272de59b..8aa2842a0b3711c6aad52770a3c80403e4e00ad2 100755 (executable)
@@ -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 '#*#' \
     * \