Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/asf/lucene_solr_4_10' into heli…
Browse files Browse the repository at this point in the history
…o_4_10
  • Loading branch information
yonik committed Dec 5, 2014
2 parents ec96bee + a463d48 commit a7bec3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions solr/bin/solr
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,10 @@ else
if [ "$SOLR_PID" != "" ]; then
stop_solr "$SOLR_SERVER_DIR" "$SOLR_PORT" "$STOP_KEY" "$SOLR_PID"
else
echo -e "No process found for Solr node running on port $SOLR_PORT"
exit 1
if [ "$SCRIPT_CMD" == "stop" ]; then
echo -e "No process found for Solr node running on port $SOLR_PORT"
exit 1
fi
fi
fi

Expand Down

0 comments on commit a7bec3d

Please sign in to comment.