From e4598f9ad650e43bfe43baff00d1503bb86620ba Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:56:36 +0200 Subject: [PATCH] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) 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