bmarsh9 / gapps

Security compliance platform - SOC2, CMMC, ASVS, ISO27001, HIPAA, NIST CSF, NIST 800-53, CSC CIS 18, PCI DSS, SSF tracking. https://gapps.darkbanner.com
Other
437 stars 99 forks source link

Super simple fix - better cloud linux support #103

Open Jamesw151619 opened 1 year ago

Jamesw151619 commented 1 year ago

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 commented 1 year ago

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

Jamesw151619 commented 1 year ago

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.