From 633f6bf5c75b43e35efc9600265d88f1ec0074c4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:42:45 +0100 Subject: [PATCH] Avoid message --- .templates/ha_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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