dd2356cf04
CRLF in sac-api-start.sh shebang broke sac-api with status=203/EXEC on Linux. Add .gitattributes for *.sh and strip CR in sac-deploy before chmod.
3 lines
99 B
Plaintext
3 lines
99 B
Plaintext
# Shell scripts must use LF — CRLF in shebang breaks systemd (status=203/EXEC).
|
|
*.sh text eol=lf
|