diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index d36eddbe1..cabf17dc9 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -88,7 +88,7 @@ for SCRIPTS in /etc/cont-init.d/*; do fi # Cleanup after execution - sed -i '1a echo "Script already ran" && exit 0' "$SCRIPTS" + sed -i '1a exit 0' "$SCRIPTS" done # Start run scripts in services.d and s6-overlay/s6-rc.d if PID1