yu-ang-zhang opened a new issue, #11607: URL: https://github.com/apache/dolphinscheduler/issues/11607
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I tried to run the shell script file in the folder, I selected the corresponding footer in the resource bar, when I tried to call the script using sh the workflow failed to run and only a log of the log address showed up in the log. I tried some possible solutions until I removed the call method but still had the footer selected in the resource bar, then tried the simplest echo to print a paragraph and found that it still failed to run, it worked fine after I removed the selection in the resource bar. I have tried both the official version of 3.0 and beta 2 of 3.0 with the same problem. 我尝试运行在文件夹中的shell脚本文件,我在资源栏选择了对应的脚步,当我尝试使用sh去调用脚本时,工作流运行失败,日志中只有一条日志地址的日志显示。我尝试了一些可能的解决方案,直至我把调用方法删除,但仍然在资源栏中选择了脚步,然后尝试了最简单的echo打印一段话,发现依然运行失败,我将资源栏中的选定删除之后可以正常运行。我尝试了3.0的正式版和3.0的beta2都有同样的问题。 ### What you expected to happen I think there may be a problem where the address of the resource bar is being read. 我认为是在读取资源栏地址的地方可能有问题。 ### How to reproduce Create a folder, create a shell script in the folder, then create a workflow, introduce a shell task in the workflow and read this created shell script in the shell task. 创建一个文件夹,在文件夹中创建一个shell脚本,然后创建一个工作流,在工作流中引入一个shell任务,在shell任务中读取这个创建的shell脚本。 ### Anything else _No response_ ### Version 3.0.0 ### Are you willing to submit PR? - [ ] 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]
