]> andersk Git - moira.git/blobdiff - gen/winstats.sh
Command line printer manipulation client, and build goo.
[moira.git] / gen / winstats.sh
index 6bda31bbd1bd23d317684a678e3be13ee504cfdf..df79f6e33edc39b221122044ef25f40d72d612d8 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# $Id$
 
 dir=/var/ops/populate/stats
 tarfile=/var/tmp/winstats.out
@@ -27,8 +28,12 @@ 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
 exit 0
 
This page took 0.26959 seconds and 4 git commands to generate.