KCLS marc-stream uses updated parameter names
authorBill Erickson <berickxx@gmail.com>
Tue, 23 Jun 2015 20:18:51 +0000 (16:18 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/admin-scripts/eg-marc-stream-control.sh

index 62f426e..3df1bd5 100755 (executable)
@@ -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 {