Skip to content

Commit

Permalink
Fix nodetool wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Jun 7, 2022
1 parent a7e16a3 commit c5d55f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _nodetool_fix() {
# create a wrapper
cat << EOF > /opt/cassandra/bin/nodetool
#!/bin/sh
/opt/cassandra/bin/nodetool.orig -Dcom.sun.jndi.rmiURLParsing=legacy "$@"
/opt/cassandra/bin/nodetool.orig -Dcom.sun.jndi.rmiURLParsing=legacy "\$@"
EOF
fi
Expand Down

0 comments on commit c5d55f9

Please sign in to comment.