X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Firspy-update.sh;fp=bin%2Firspy-update.sh;h=727a2656b20f4533a6aff45bd6089b34559beb27;hp=1c03eb7dd55262f55dd1edf38eb6b71f872316d7;hb=a24a59bd5628a44d3c944b692a54b42eaae57871;hpb=a6f13bafa3bd1f02c09e60a8e8fff0f2118d4789 diff --git a/bin/irspy-update.sh b/bin/irspy-update.sh index 1c03eb7..727a265 100755 --- a/bin/irspy-update.sh +++ b/bin/irspy-update.sh @@ -4,11 +4,15 @@ # # run irspy with a smaller set of records in a loop to avoid out-of-memory # +# for a fast update, run this: +# $ env irspy_test=Quick ./irspy-update.sh home=/usr/local/src/git cd $home/irspy/bin || exit 2 logdir=../log lockfile=$logdir/irspy-update.lock + +# run a full update by default, use Quick for a fast update : ${irspy_test=Main} mkdir -p $logdir || exit2