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