Skip to content
Snippets Groups Projects
Commit b385b034 authored by Demian Katz's avatar Demian Katz
Browse files

Upgrade to SolrMarc 2.10.

parent ccc35b83
Branches
Tags instance/local/staging/20211104_113228
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -24,14 +24,20 @@ then
arg1=$1
arg2=$2
arg3=$3
arg4=$4
arg5=$5
arg6=$6
else
arg1=-
arg2=$1
arg3=$2
arg4=$3
arg5=$4
arg6=$5
arg7=$6
fi
java -Dsolrmarc.main.class="org.solrmarc.marc.RawRecordReader" -jar $scriptdir/SolrMarc.jar $arg1 $arg2 $arg3 $arg4
java -Dsolrmarc.main.class="org.solrmarc.marc.RawRecordReader" -jar $scriptdir/SolrMarc.jar $arg1 $arg2 $arg3 $arg4 $arg5 $arg6 $arg7
exit 0
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment