SbloodyS commented on issue #17753: URL: https://github.com/apache/dolphinscheduler/issues/17753#issuecomment-3589516144
The main reason is that `-sh: line 1: kill: SIGINT: invalid signal specification` DS uses `bash` syntax to execute the kill command. Your current environment is `sh`. Please switch to `bash`. @a819721810 -- 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]
