date(1) typo
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Apr 2010 19:58:01 +0000 (19:58 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Apr 2010 19:58:01 +0000 (19:58 +0000)
bin/irspy-update.sh

index fea2758..90d5259 100755 (executable)
@@ -11,7 +11,7 @@ logdir=../tmp
 
 for i in 0 1 2 3 4 5 6
 do
-   logfile=$logdir/irspy-mod-$i.log.`date '%w'`
+   logfile=$logdir/irspy-mod-$i.log.`date '+%w'`
    YAZ_LOG=irspy,irspy_test nice -10 time perl -I../lib irspy.pl -n 50 -d -M 3500 -a -t Main -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1
    gzip -f $logfile
 done