Commit Graph
4 Commits
Author SHA1 Message Date
bachirandClaude Sonnet 5 2e3ec7883f Replace echo -e with printf for portable ANSI banners
dash (Debian's /bin/sh) doesn't support echo's -e flag: it prints "-e"
literally as text before processing the rest of the string's backslash
escapes. Every script's colored banner was affected. printf's escape
handling is POSIX-mandated and behaves identically under dash and bash,
so swap all 90 echo -e calls for printf, appending the trailing \n that
echo used to add implicitly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-04 09:35:02 +02:00
bachir 198036de8d fixed nginx conf 2021-05-18 11:49:33 +02:00
bachir 0b6f134691 added php7.4 install 2021-05-18 11:25:29 +02:00
bachir d7cb0d32a4 added php7.4 install 2021-05-18 11:07:16 +02:00