From 9e8f17fabf33afbe236cef5f94bdde94ebcb241e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 24 Jun 2015 14:44:11 -0400 Subject: [PATCH] JBAS-776 marc-stream control script config update Explicitly run the stream importer in combined exact-match and no-match import modes. Signed-off-by: Bill Erickson --- KCLS/admin-scripts/eg-marc-stream-control.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/KCLS/admin-scripts/eg-marc-stream-control.sh b/KCLS/admin-scripts/eg-marc-stream-control.sh index 3df1bd57dc..d9e4febc9e 100755 --- a/KCLS/admin-scripts/eg-marc-stream-control.sh +++ b/KCLS/admin-scripts/eg-marc-stream-control.sh @@ -18,6 +18,7 @@ function marc_stream_start { cd /openils/bin sudo -u opensrf OSRF_LOG_CLIENT=1 ./marc_stream_importer.pl \ --merge-profile $BIB_MERGE_PROFILE --user $STAFF_USER \ + --bib-auto-overlay-exact --bib-import-no-match \ --password $STAFF_PASSWORD --bib-queue $BIB_QUEUE >> /dev/null 2>&1 & } -- 2.11.0