wangmingzhiJohn commented on issue #5733: URL: https://github.com/apache/dolphinscheduler/issues/5733#issuecomment-873341172
@ruanwenjun Manually execution is all right ``` wangmingzhi@xxx:~$ cat test.command #!/bin/sh BASEDIR=$(cd `dirname $0`; pwd) cd $BASEDIR source /data1/wangmingzhi/apache-dolphinscheduler-1.3.6-bin/conf/env/dolphinscheduler_env.sh echo "here is shell" wangmingzhi@xxx:~$ sudo -u root sh test.command here is shell ``` -- 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]
