From c9dad97e37d0f2bac7889804fcc724b83049421b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 30 Sep 2010 13:53:19 +0100 Subject: [PATCH] Use dallas.rule. --- bin/irspy-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/irspy-update.sh b/bin/irspy-update.sh index 7088875..5cae91d 100755 --- a/bin/irspy-update.sh +++ b/bin/irspy-update.sh @@ -32,7 +32,7 @@ weekday=`date '+%w'` for i in 0 1 2 3 4 5 6 do logfile=$logdir/irspy-mod-$i.log.$weekday - YAZ_LOG=irspy,irspy_test,irspy_task nice -10 time perl -I../lib irspy.pl -n 50 -d -M 3500 -f'cql.allRecords=1 not zeerex.disabled = 1' -t $irspy_test -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1 + YAZ_LOG=irspy,irspy_test,irspy_task nice -10 time perl -I../lib irspy.pl -n 50 -d -M 3500 -f'cql.allRecords=1 not zeerex.disabled = 1' -t $irspy_test -r ../etc/dallas.rules -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1 sleep 1 # catch ctr-c before compressing the log gzip -f $logfile -- 1.7.10.4