From: Bill Erickson Date: Tue, 23 Jun 2015 20:18:51 +0000 (-0400) Subject: KCLS marc-stream uses updated parameter names X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b9d9ceb831f9424461214793ebe6e626932f75ad;p=working%2FEvergreen.git KCLS marc-stream uses updated parameter names Signed-off-by: Bill Erickson --- 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 {