X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Firspy-update.sh;h=7088875cb8c3cfc5e7910308f83e104532bbba66;hp=727a2656b20f4533a6aff45bd6089b34559beb27;hb=7cfd357a4adad76aa368d2198f3756c83e86a708;hpb=a24a59bd5628a44d3c944b692a54b42eaae57871 diff --git a/bin/irspy-update.sh b/bin/irspy-update.sh index 727a265..7088875 100755 --- a/bin/irspy-update.sh +++ b/bin/irspy-update.sh @@ -1,6 +1,7 @@ #!/bin/sh +# Copyright (c) 2010 Index Data, http://www.indexdata.com # -# wrapper for irspy.pl +# irspy-update.sh - wrapper for irspy.pl # # run irspy with a smaller set of records in a loop to avoid out-of-memory # @@ -11,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} @@ -37,4 +39,5 @@ do done rm -f $lockfile +date > $statusfile