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=7cfd357a4adad76aa368d2198f3756c83e86a708;hpb=4a0c60bbe4c323a5a0c9151367279608ef427e4a 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