]> andersk Git - moira.git/blobdiff - gen/winstats.sh
lpcaccess DCM
[moira.git] / gen / winstats.sh
index 4a8c75daf2dcdb9f3cef307770852fe43eb4241c..df79f6e33edc39b221122044ef25f40d72d612d8 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# $Id$
 
 dir=/var/ops/populate/stats
 tarfile=/var/tmp/winstats.out
@@ -27,7 +28,10 @@ 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
 
 rm -f $tarfile
 rm -f $0
This page took 0.031096 seconds and 4 git commands to generate.