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
No related merge requests found
...@@ -99,7 +99,7 @@ set PROPERTIES_FILE=%VUFIND_HOME%\import\import.properties ...@@ -99,7 +99,7 @@ set PROPERTIES_FILE=%VUFIND_HOME%\import\import.properties
rem ################################################## rem ##################################################
rem # Set Command Options rem # Set Command Options
rem ################################################## 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 #####################################################
rem # Execute Importer rem # Execute Importer
......
...@@ -97,7 +97,7 @@ fi ...@@ -97,7 +97,7 @@ fi
################################################## ##################################################
# Set Command Options # 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 # 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