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:
568a7d4
)
Update status file after a succesfully run - could be use by nagios to monitor the...
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 17 Jun 2010 21:38:12 +0000
(21:38 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 17 Jun 2010 21:38:12 +0000
(21:38 +0000)
bin/irspy-update.sh
patch
|
blob
|
history
diff --git
a/bin/irspy-update.sh
b/bin/irspy-update.sh
index
3e95941
..
7088875
100755
(executable)
--- a/
bin/irspy-update.sh
+++ b/
bin/irspy-update.sh
@@
-12,6
+12,7
@@
home=/usr/local/src/git
cd $home/irspy/bin || exit 2
logdir=../log
lockfile=$logdir/irspy-update.lock
+statusfile=$logdir/irspy-last-update.log
# run a full update by default, use Quick for a fast update
: ${irspy_test=Main}
@@
-38,4
+39,5
@@
do
done
rm -f $lockfile
+date > $statusfile