Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2025-08-01 16:45:01 +02:00
committed by GitHub
parent 8861f8602c
commit e65f24e1d0

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
echo "Starting..."
# Detect if this is PID1 (main container process) — do this once at the start