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 2d6230af authored by Demian Katz's avatar Demian Katz
Browse files

Updated comment.

parent d81fae64
No related merge requests found
...@@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc ...@@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc
do do
if [ -f $file ] if [ -f $file ]
then then
# Capture solrmarc output to log # Logging output handled by log() function
$VUFIND_HOME/import-marc-auth.sh $file $2 2> >(log $file) $VUFIND_HOME/import-marc-auth.sh $file $2 2> >(log $file)
if [ $MOVE_DATA == true ] if [ $MOVE_DATA == true ]
then then
......
...@@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc ...@@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc
do do
if [ -f $file ] if [ -f $file ]
then then
# Capture solrmarc output to log # Logging output handled by log() function
$VUFIND_HOME/import-marc.sh $file 2> >(log $file) $VUFIND_HOME/import-marc.sh $file 2> >(log $file)
if [ $MOVE_DATA == true ] if [ $MOVE_DATA == true ]
then then
......
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