update the publish script to set perms correctly
Andrew Lewman

Andrew Lewman commited on 2009-06-15 22:15:34
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -10,7 +10,7 @@ make
10 10
 date -u > project/trace/www.torproject.org
11 11
 
12 12
 # don't copy over stuff with permissions that make it useless
13
-chmod a+r * -R
13
+chmod 664 * -R
14 14
 
15 15
 ## I'm not comfortable having arbitrary people use --delete yet,
16 16
 ## since if they screw up it'll blow away arbitrary things.
17 17