gapps icon indicating copy to clipboard operation
gapps copied to clipboard

Super simple fix - better cloud linux support

Open Jamesw151619 opened this issue 2 years ago • 2 comments

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

Jamesw151619 avatar Nov 03 '23 13:11 Jamesw151619

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

bmarsh9 avatar Nov 05 '23 20:11 bmarsh9

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.

Jamesw151619 avatar Nov 08 '23 14:11 Jamesw151619