mirror of https://github.com/apache/lucene.git
fix script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1cee959d6b
commit
228fb5669f
|
@ -40,7 +40,7 @@ start() {
|
|||
NUMSHARDS="1"
|
||||
fi
|
||||
echo "Instance is running zk, numshards=$NUMSHARDS"
|
||||
OPT="-DzkRun -Dbootstrap_confdir=solr/conf -DnumShards=$NUMSHARDS"
|
||||
OPT="-DzkRun -Dbootstrap_conf=true -DnumShards=$NUMSHARDS"
|
||||
fi
|
||||
setports $1
|
||||
cd ../example$1
|
||||
|
|
Loading…
Reference in New Issue