mirror of
https://github.com/torproject/webwml.git
synced 2024-12-14 22:08:41 +00:00
Fix chmod call to put its option first
This commit is contained in:
parent
446803ab4b
commit
8fab241162
2
publish
2
publish
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user