From 2c6c9e24df4c52bb11151d2740489731eb34ab87 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 17 Jun 2010 21:38:12 +0000 Subject: [PATCH] Update status file after a succesfully run - could be use by nagios to monitor the service --- bin/irspy-update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/irspy-update.sh b/bin/irspy-update.sh index 3e95941..7088875 100755 --- 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 -- 1.7.10.4