mirror of https://github.com/apache/cassandra
fix nodetool getendpoints when the key has a space in it
patch by gdeangelis reviewed by dbrosius for CASSANDRA-4551
This commit is contained in:
parent
39066b7226
commit
ddb501df40
|
|
@ -59,6 +59,6 @@ esac
|
|||
-Xmx32m \
|
||||
-Dlog4j.configuration=log4j-tools.properties \
|
||||
-Dstorage-config="$CASSANDRA_CONF" \
|
||||
org.apache.cassandra.tools.NodeCmd $@
|
||||
org.apache.cassandra.tools.NodeCmd ${1+"$@"}
|
||||
|
||||
# vi:ai sw=4 ts=4 tw=0 et
|
||||
|
|
|
|||
Loading…
Reference in New Issue