mirror of https://github.com/apache/cassandra
Merge 5c34d185a0 into 10557d7ffe
This commit is contained in:
commit
944dacaa16
|
|
@ -73,7 +73,7 @@ JVM_ARGS=""
|
|||
SSL_FILE=$HOME/.cassandra/nodetool-ssl.properties
|
||||
while true
|
||||
do
|
||||
if [ ! $1 ]; then break; fi
|
||||
if [ ! "$1" ]; then break; fi
|
||||
case $1 in
|
||||
-p)
|
||||
JMX_PORT=$2
|
||||
|
|
|
|||
Loading…
Reference in New Issue