Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super simple fix - better cloud linux support #103

Open
Jamesw151619 opened this issue Nov 3, 2023 · 2 comments
Open

Super simple fix - better cloud linux support #103

Jamesw151619 opened this issue Nov 3, 2023 · 2 comments

Comments

@Jamesw151619
Copy link

Jamesw151619 commented Nov 3, 2023

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

@bmarsh9
Copy link
Owner

bmarsh9 commented Nov 5, 2023

@Jamesw151619 Could you provide the command/script to do this?

@Jamesw151619
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants