]> andersk Git - moira.git/commitdiff
Run a script to load the data.
authorzacheiss <zacheiss>
Tue, 16 Dec 2003 20:46:54 +0000 (20:46 +0000)
committerzacheiss <zacheiss>
Tue, 16 Dec 2003 20:46:54 +0000 (20:46 +0000)
gen/winstats.sh

index 4a8c75daf2dcdb9f3cef307770852fe43eb4241c..572c8b73b9321b61326a84d88815694f339b8d87 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# $Id$
 
 dir=/var/ops/populate/stats
 tarfile=/var/tmp/winstats.out
@@ -29,6 +30,9 @@ fi
 
 chmod 644 *
 
+# 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.040709 seconds and 5 git commands to generate.