X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Firspy-update.sh;h=7088875cb8c3cfc5e7910308f83e104532bbba66;hp=3e95941a47ceab73b044f8eeb6efa55d6d6bced3;hb=2c6c9e24df4c52bb11151d2740489731eb34ab87;hpb=568a7d4ab775322843b9231a2752702ca5c55bea 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