yhx-coder opened a new issue, #182:
URL: https://github.com/apache/rocketmq-connect/issues/182
环境:Ubuntu18.04
问题描述:在运行目录 `rocketmq-connect/distribution/bin/ ` 下的脚本时出现 `Syntax error: "("
unexpected`。
尝试:以 connect-standalone.sh 为例,将
`exec sh ${CONNECT_HOME}/bin/runconnect.sh
org.apache.rocketmq.connect.runtime.StandaloneConnectStartup $@`
替换为 `exec bash ${CONNECT_HOME}/bin/runconnect.sh
org.apache.rocketmq.connect.runtime.StandaloneConnectStartup $@` 可成功运行。
建议:是否可以将其余脚本均进行替换呢?
--
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]