Files
computer-playbook/roles
Kevin Veen-Birkenbach 80e048a274 Fix: make EspoCRM entrypoint POSIX-compliant and remove illegal 'pipefail' usage
The previous entrypoint script used 'set -euo pipefail', which caused runtime errors
because /bin/sh (Dash/BusyBox) does not support 'pipefail'. This commit makes the
entrypoint fully POSIX-safe, adds robust fallbacks for missing scripts, and improves
logging. Also removes a trailing newline in the navigator Docker Compose template.

Related ChatGPT discussion: https://chatgpt.com/share/68eab0b7-7a64-800f-a8aa-e7d7262a262e
2025-10-11 21:33:07 +02:00
..
2025-09-23 00:51:23 +02:00
2025-09-29 09:16:02 +02:00
2025-09-12 02:41:33 +02:00
2025-09-22 11:17:31 +02:00
2025-09-23 13:47:46 +02:00
2025-09-26 19:39:38 +02:00
2025-09-29 15:33:50 +02:00
2025-09-30 16:36:28 +02:00