fancycoderzf opened a new issue, #8918: URL: https://github.com/apache/inlong/issues/8918
### What happened I found a parameter error in `bin/inlong-daemon` script. https://github.com/apache/inlong/blob/95580578336373f484622d3442d4ee01e9a41541/bin/inlong-daemon#L81 `proxy-start.sh` is called here. https://github.com/apache/inlong/blob/95580578336373f484622d3442d4ee01e9a41541/inlong-dataproxy/bin/dataproxy-start.sh#L49 Only function of `tube` parameter is to find the configuration file, and the configuration file is named `inlong-dataproxy/conf/dataproxy-tubemq.conf`. So I think `tube` should be `tubemq`, or just change the configuration file name to `dataproxy-tube.conf`. In order to be consistent with the following article, I recommend changing to `tubemq`. https://github.com/apache/inlong/blob/95580578336373f484622d3442d4ee01e9a41541/bin/inlong-daemon#L125 ### What you expected to happen Correctly found the configuration file`inlong-dataproxy/conf/dataproxy-tubemq.conf`. ### How to reproduce View script files. ### Environment _No response_ ### InLong version master ### InLong Component InLong DataProxy ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
