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

Use correct filename for SolrMarc jar.

parent 6b409eeb
Branches
Tags instance/local/staging/20211104_113228
No related merge requests found
......@@ -99,7 +99,7 @@ set PROPERTIES_FILE=%VUFIND_HOME%\import\import.properties
rem ##################################################
rem # Set Command Options
rem ##################################################
set JAR_FILE=%VUFIND_HOME%\import\solrmarc_core.jar
for %%a in (%VUFIND_HOME%\import\solrmarc_core_*.jar) do set JAR_FILE=%%a
rem #####################################################
rem # Execute Importer
......
......@@ -97,7 +97,7 @@ fi
##################################################
# Set Command Options
##################################################
JAR_FILE="$VUFIND_HOME/import/solrmarc_core.jar"
for i in $VUFIND_HOME/import/solrmarc_core_*.jar; do JAR_FILE="$i"; done
#####################################################
# Verify that JAR_FILE exists
......
File moved
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