From: zacheiss Date: Tue, 16 Dec 2003 20:46:54 +0000 (+0000) Subject: Run a script to load the data. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/4216c7743192cbd41d7995c2fe5386a9df1cf2f5 Run a script to load the data. --- diff --git a/gen/winstats.sh b/gen/winstats.sh index 4a8c75da..572c8b73 100644 --- a/gen/winstats.sh +++ b/gen/winstats.sh @@ -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