lukeyan2023 opened a new issue, #10830: URL: https://github.com/apache/dolphinscheduler/issues/10830
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description In Ubuntu 20.04, using sh to execute the startup and installation scripts under the bin directory reports an error, because Ubuntu uses dash instead of bash by default. In order to be compatible with different types of operating systems, can bash be used to replace sh. The following screenshot is a test of the Ubuntu system:  ### Documentation Links https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/standalone.html ### Are you willing to submit a 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]
