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:
46b8fe7
)
catch ctr-c before compressing the log
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 27 Apr 2010 10:46:34 +0000
(10:46 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 27 Apr 2010 10:46:34 +0000
(10:46 +0000)
bin/irspy-update.sh
patch
|
blob
|
history
diff --git
a/bin/irspy-update.sh
b/bin/irspy-update.sh
index
8c2554d
..
58e401d
100755
(executable)
--- a/
bin/irspy-update.sh
+++ b/
bin/irspy-update.sh
@@
-25,6
+25,8
@@
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 -a -t $irspy_test -m 7,$i localhost:8018/IR-Explain---1 > $logfile 2>&1
+
+ sleep 1 # catch ctr-c before compressing the log
gzip -f $logfile
done