This commit is contained in:
Adam Litwin 2026-08-01 14:10:33 +03:00 committed by GitHub
commit 944dacaa16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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