Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2025-09-16 14:56:36 +02:00
committed by GitHub
parent 9001b1b115
commit e4598f9ad6

View File

@@ -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