mirror of https://github.com/apache/lucene.git
SOLR-6434: Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e24294c9c
commit
5f1d3bd308
|
@ -1049,7 +1049,7 @@ if [ "$SOLR_MODE" == "solrcloud" ]; then
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These are useful for attaching remove profilers like VisualVM/JConsole
|
# These are useful for attaching remote profilers like VisualVM/JConsole
|
||||||
if [ "$ENABLE_REMOTE_JMX_OPTS" == "true" ]; then
|
if [ "$ENABLE_REMOTE_JMX_OPTS" == "true" ]; then
|
||||||
|
|
||||||
if [ -z "$RMI_PORT" ]; then
|
if [ -z "$RMI_PORT" ]; then
|
||||||
|
|
Loading…
Reference in New Issue