diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 3b701bf21..d36eddbe1 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -1,8 +1,6 @@ #!/command/with-contenv bashio # shellcheck shell=bash -set -e # Exit immediately if a command exits with a non-zero status - # Detect if this is PID1 (main container process) — do this once at the start PID1=false if [ "$$" -eq 1 ]; then