From 75ed12e0c7b1b813b52f0325a655e510870bb874 Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Thu, 21 Aug 2014 21:17:38 +0000 Subject: [PATCH] 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 --- solr/bin/solr | 1 + 1 file changed, 1 insertion(+) diff --git a/solr/bin/solr b/solr/bin/solr index c624db751e7..939a2bb2713 100755 --- a/solr/bin/solr +++ b/solr/bin/solr @@ -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)