From e65f24e1d00a193449b9e510858c12132a6c303d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:45:01 +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 afd7285a0..4c99da034 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 - echo "Starting..." # Detect if this is PID1 (main container process) — do this once at the start