From c114b225efa2264e7ae126af91f71abe2d75e319 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:13:41 +0100 Subject: [PATCH] Delete scripts to avoid duplication --- .templates/ha_entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 99c38f02e..98a2a4938 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -46,9 +46,7 @@ for SCRIPTS in /etc/cont-init.d/*; do fi # Cleanup - if bashio::supervisor.ping 2>/dev/null; then - rm "$SCRIPTS" - fi + rm "$SCRIPTS" done ######################