Blackerman commented on issue #6380:
URL: https://github.com/apache/seatunnel/issues/6380#issuecomment-1963545447
> windows characters and linux characters problem, replace the bin/*.sh file
and the file under config with linux characters, it will run ok
Not enough yet, you also need to modify the configuration files in the
config directory. You can use dos2unix with the following two commands: `find
config/ -type f -exec dos2unix {} \;` `find bin/ -name "*.sh" -exec dos2unix {}
\`; to perform the conversion.
--
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]