mirror of https://github.com/apache/lucene.git
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:
parent
83981a198b
commit
75ed12e0c7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue