SundyHu commented on issue #2655: URL: https://github.com/apache/rocketmq/issues/2655#issuecomment-773862553
> 问题是脚本: `bin/runserver.sh` 的问题,原生的`/bin/sh`不支持 `if [[ "$JAVA_MAJOR_VERSION" -lt "9" ]] ; then` 这个语法,`[[`,需要修改默认的shell,改成 `/bin/bash`,或者变更这个语法`if [ "$JAVA_MAJOR_VERSION" -lt "9" ] ; then` 好的,谢谢!已经解决了~ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org