Fix chmod call to put its option first

This commit is contained in:
Sebastian Hahn 2011-10-19 05:40:15 +00:00
parent 446803ab4b
commit 8fab241162

View File

@ -8,7 +8,7 @@ svn update # get changes
make -j3 # abuse the cores
# don't copy over stuff with permissions that make it useless
chmod a+r * -R
chmod -R a+r *
rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi --exclude project -Prvz --delete . vescum.torproject.org:/srv/www-master.torproject.org/htdocs
echo "Forcing mirror update"