mirror of https://github.com/apache/lucene.git
Fix message in stop.sh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1615040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d191a971ab
commit
57b947d183
|
@ -17,7 +17,7 @@ java -DSTOP.PORT=7983 -DSTOP.KEY=key -jar start.jar --stop
|
|||
|
||||
for (( i=2; i <= $numServers; i++ ))
|
||||
do
|
||||
echo "starting example$i"
|
||||
echo "stopping example$i"
|
||||
cd ../example$i
|
||||
stopPort=`expr $baseStopPort + $i`
|
||||
java -DSTOP.PORT=$stopPort -DSTOP.KEY=key -jar start.jar --stop
|
||||
|
|
Loading…
Reference in New Issue