projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feab0a6
)
date(1) typo
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 19 Apr 2010 19:58:01 +0000
(19:58 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 19 Apr 2010 19:58:01 +0000
(19:58 +0000)
bin/irspy-update.sh
patch
|
blob
|
history
diff --git
a/bin/irspy-update.sh
b/bin/irspy-update.sh
index
fea2758
..
90d5259
100755
(executable)
--- a/
bin/irspy-update.sh
+++ b/
bin/irspy-update.sh
@@
-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