ddanielr commented on code in PR #5502: URL: https://github.com/apache/accumulo/pull/5502#discussion_r2223661611
########## assemble/bin/accumulo-service: ########## @@ -159,7 +169,7 @@ function stop_service() { local service_type=$1 local service_name=$2 local all_flag=$3 - if [[ $all_flag == 'true' ]]; then + if $all_flag; then Review Comment: yep, reverted in 40ca7b5af1cf38601942650a387958f1b49f2c0a -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org