The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Moved comment.

parent a6ea0394
No related merge requests found
...@@ -103,10 +103,10 @@ md %BASEPATH%\processed ...@@ -103,10 +103,10 @@ md %BASEPATH%\processed
rem Process all the files in the target directory: rem Process all the files in the target directory:
for %%a in (%BASEPATH%\*.xml %BASEPATH%\*.mrc) do ( for %%a in (%BASEPATH%\*.xml %BASEPATH%\*.mrc) do (
rem Capture solrmarc output to log
if "%LOGGING%"=="0" ( if "%LOGGING%"=="0" (
call %VUFIND_HOME%\import-marc-auth.bat %%a %2 call %VUFIND_HOME%\import-marc-auth.bat %%a %2
) )
rem Capture solrmarc output to log
if "%LOGGING%"=="1" ( if "%LOGGING%"=="1" (
call %VUFIND_HOME%\import-marc-auth.bat %%a %2 2> %BASEPATH%\log\%%~nxa.log call %VUFIND_HOME%\import-marc-auth.bat %%a %2 2> %BASEPATH%\log\%%~nxa.log
) )
......
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