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

Restored endline to be on the safe side.

parent c52031fd
No related merge requests found
......@@ -143,4 +143,4 @@ RUN_CMD="$JAVA $INDEX_OPTIONS -Duser.timezone=UTC -Dsolr.core.name=$SOLRCORE $EX
echo "Now Importing $1 ..."
# solrmarc writes log messages to stderr, write RUN_CMD to the same place
echo "`date '+%h %d, %H:%M:%S'` $RUN_CMD" >&2
exec $RUN_CMD
\ No newline at end of file
exec $RUN_CMD
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