rickchengx commented on PR #13930: URL: https://github.com/apache/dolphinscheduler/pull/13930#issuecomment-1511019557
We can not remove the quotes of the user command. E.g., ``` cat file.txt | grep "some word" ``` if the quotes are removed as follow: ``` cat file.txt | grep some word ``` We'll get the error `grep: word: No such file or directory` Maybe we can try `/bin/bash -c "user_command"`, WDYT -- 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]
