]> andersk Git - moira.git/commitdiff
Be a bit more selective about what we chmod.
authorzacheiss <zacheiss>
Tue, 16 Dec 2003 20:51:00 +0000 (20:51 +0000)
committerzacheiss <zacheiss>
Tue, 16 Dec 2003 20:51:00 +0000 (20:51 +0000)
gen/winstats.sh

index 572c8b73b9321b61326a84d88815694f339b8d87..df79f6e33edc39b221122044ef25f40d72d612d8 100644 (file)
@@ -28,7 +28,7 @@ if [ $? != 0 ]; then
     exit $MR_TARERR;
 fi
 
-chmod 644 *
+chmod 644 containers machine mcntmap
 
 # load the data.  This sends mail if it fails.
 $dir/winstats-load.pl
This page took 0.118385 seconds and 5 git commands to generate.