diff --git a/import-marc.sh b/import-marc.sh index 2031abd2ddcaa9a362073d804cbdfd495bc19e42..76e390545f8f57271265132d2259262605845e1d 100755 --- a/import-marc.sh +++ b/import-marc.sh @@ -143,6 +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 - -exit 0 +exec $RUN_CMD \ No newline at end of file