SOLR-3617: minor issue if the user selects a port that is in use for the cloud example.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2014-08-21 21:17:38 +00:00
parent 83981a198b
commit 75ed12e0c7
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ if [ "$EXAMPLE" != "" ]; then
SOLR_MODE="solrcloud"
SOLR_SERVER_DIR="$SOLR_TIP/node1"
SOLR_HOME="$SOLR_SERVER_DIR/solr"
SOLR_PORT=${CLOUD_PORTS[0]}
shift
;;
default)