🗃️ Committing everything that changed 🗃️
Some checks are pending
alpine-3-14 / alpine-3-14 (push) Waiting to run
alpine-3-15 / alpine-3-15 (push) Waiting to run
alpine-3-16 / alpine-3-16 (push) Waiting to run
alpine-3-17 / alpine-3-17 (push) Waiting to run
alpine-3-18 / alpine-3-18 (push) Waiting to run
alpine-3-19 / alpine-3-19 (push) Waiting to run
alpine-3-20 / alpine-3-20 (push) Waiting to run
alpine-3-21 / alpine-3-20 (push) Waiting to run
alpine-edge / alpine-edge (push) Waiting to run
alpine-latest / alpine-latest (push) Waiting to run

rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
casjay
2025-09-05 18:46:40 -04:00
parent fbb67569dd
commit 2a673c522f

View File

@@ -743,8 +743,8 @@ __exec_command() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Setup the server init scripts # Setup the server init scripts
__start_init_scripts() { __start_init_scripts() {
set -e # Remove set -e to let individual scripts handle their own errors properly
trap 'echo "❌ Fatal error in service startup - killing container"; rm -f /run/__start_init_scripts.pid; kill -TERM 1' ERR trap 'echo "❌ Fatal error in service startup"; rm -f /run/__start_init_scripts.pid; exit 1' ERR
[ "$1" = " " ] && shift 1 [ "$1" = " " ] && shift 1
[ "$DEBUGGER" = "on" ] && echo "Enabling debugging" && set -o pipefail -x$DEBUGGER_OPTIONS || set -o pipefail [ "$DEBUGGER" = "on" ] && echo "Enabling debugging" && set -o pipefail -x$DEBUGGER_OPTIONS || set -o pipefail