fix: LF line endings in deploy shell scripts (systemd 203/EXEC)

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.
This commit is contained in:
PTah
2026-07-13 17:23:58 +10:00
parent 3475c1811b
commit dd2356cf04
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Shell scripts must use LF — CRLF in shebang breaks systemd (status=203/EXEC).
*.sh text eol=lf