Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Pham committed May 28, 2018
1 parent ca78e13 commit a4b3959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
domain=$1
output=$2
if [ -z "$3" ]; then
if [ -n "$3" ]; then
start=$3
java -cp target/uber-EntityAnnotation-1.0-SNAPSHOT.jar org.forward.entitysearch.ingestion.HTMLDocumentIngestionManager -i input/$domain.csv -o $output$domain/data/ -s $start >> $output$domain/log/std.log 2>> $output$domain/log/err.log &
else
Expand Down

0 comments on commit a4b3959

Please sign in to comment.