From b9d9ceb831f9424461214793ebe6e626932f75ad Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 23 Jun 2015 16:18:51 -0400 Subject: [PATCH] KCLS marc-stream uses updated parameter names Signed-off-by: Bill Erickson --- KCLS/admin-scripts/eg-marc-stream-control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCLS/admin-scripts/eg-marc-stream-control.sh b/KCLS/admin-scripts/eg-marc-stream-control.sh index 62f426e9cc..3df1bd57dc 100755 --- a/KCLS/admin-scripts/eg-marc-stream-control.sh +++ b/KCLS/admin-scripts/eg-marc-stream-control.sh @@ -18,7 +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 \ - --password $STAFF_PASSWORD --queue $BIB_QUEUE >> /dev/null 2>&1 & + --password $STAFF_PASSWORD --bib-queue $BIB_QUEUE >> /dev/null 2>&1 & } function marc_stream_stop { -- 2.11.0