Open Jamesw151619 opened 1 year ago
@Jamesw151619 Could you provide the command/script to do this?
Sorry for the delay, i've been just using notepadd++ to do this, should be just a 1 time operation as windows machines will honor it during an edit. Windows likes to use its own format on the first creation of the file i assume:
Converting using Notepad++ To write your file in this way, while you have the file open, go to the Edit menu, select the "EOL Conversion" submenu, and from the options that come up select "UNIX/OSX Format" then Save.
Hey I put the the docker container in an Azure Webapp because im lazy. For cost i have it running on Linux.
The run.sh file looks to have CRLF line endings, which is not compatible with linuz Azure Webapps since its meant for windows. Hoping your willing to run the End of Line (EOL) conversion to unix on the run.sh, which should make the line endings LF.
It's not a big deal, saves me from remembering to do it to get your amazing updates <3