dlmarion commented on code in PR #5035:
URL: https://github.com/apache/accumulo/pull/5035#discussion_r1831550873
##########
assemble/bin/accumulo-cluster:
##########
@@ -590,7 +626,22 @@ function main() {
accumulo_cmd="${bin}/accumulo"
SSH='ssh -qnf -o ConnectTimeout=2'
- case "$1" in
+ # Copy input arguments into new array
+ # removing any options
+ DEBUG=""
Review Comment:
Implemented this in 24b3356.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]