diff --git a/.gitattributes b/.gitattributes index b63161c..619520b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,10 @@ *.service text eol=lf *.timer text eol=lf +# Agent-Hooks laufen auf der Box (Shebang!) — .py-Hooks MÜSSEN LF behalten, +# sonst bricht `#!/usr/bin/env python3\r`. (Nur die Hooks, nicht der ganze Baum.) +deploy/agent-hooks/*.py text eol=lf + # Windows-Batch-Wrapper bleiben CRLF. *.cmd text eol=crlf *.bat text eol=crlf