Closed NameOfTheDragon closed 4 months ago
Fixes #34
In the latest commit, the start.sh file has Windows line endings and that messes with Bash under Linux so the container will not start.
start.sh
This PR fixes this by:
LF
.gitattributes
This should ensure that even if the files are edited in a Windows editor (such as VS Code) that line endings will be correctly preserved.
Thank you!
Fixes #34
In the latest commit, the
start.sh
file has Windows line endings and that messes with Bash under Linux so the container will not start.This PR fixes this by:
LF
in thestart.sh
file.gitattributes
file that forcesLF
line endings on all bash scripts.This should ensure that even if the files are edited in a Windows editor (such as VS Code) that line endings will be correctly preserved.