You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/07 08:41:01 UTC

[GitHub] [dolphinscheduler] lukeyan2023 opened a new pull request, #10831: [Fix-10830][Doc] Change the start or install script command sh in the document to bash

lukeyan2023 opened a new pull request, #10831:
URL: https://github.com/apache/dolphinscheduler/pull/10831

   <!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.-->
   
   Fix-10830: Change the start or install script command sh in the document to bash
   
   * Change the script execution command sh in the `docs/docs/en/guide/installation/pseudo-cluster.md` to bash
   * Change the script execution command sh in the `docs/docs/en/guide/installation/standalone.md` to bash
   * Change the script execution command sh in the `docs/docs/zh/guide/installation/pseudo-cluster.md` to bash
   * Change the script execution command sh in the `docs/docs/zh/guide/installation/standalone.md` to bash
   
   This closes #10830
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] lukeyan2023 commented on pull request #10831: [Fix-10830][Doc] Change the start or install script command sh in the document to bash

Posted by GitBox <gi...@apache.org>.
lukeyan2023 commented on PR #10831:
URL: https://github.com/apache/dolphinscheduler/pull/10831#issuecomment-1178408857

   > 
   ok
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on pull request #10831: [Fix-10830][Doc] Change the start or install script command sh in the document to bash

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on PR #10831:
URL: https://github.com/apache/dolphinscheduler/pull/10831#issuecomment-1177490552

   Seems you missing some exists docs. please run below command to find all or them
   ```sh
   find docs -name "*.md"  -exec grep -H -r "^sh" {} \;
   ```


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] davidzollo merged pull request #10831: [Fix-10830][Doc] Change the start or install script command sh in the document to bash

Posted by GitBox <gi...@apache.org>.
davidzollo merged PR #10831:
URL: https://github.com/apache/dolphinscheduler/pull/10831


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] lukeyan2023 commented on pull request #10831: [Fix-10830][Doc] Change the start or install script command sh in the document to bash

Posted by GitBox <gi...@apache.org>.
lukeyan2023 commented on PR #10831:
URL: https://github.com/apache/dolphinscheduler/pull/10831#issuecomment-1178423729

   > Seems you missing some exists docs. please run below command to find all or them
   > 
   > ```shell
   > find docs -name "*.md"  -exec grep -H -r "^sh" {} \;
   > ```
   
   All `sh`  in the document has been changed to `bash` and checked according to the command provided by you. What else do I need to do next


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org