diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 7a7d55f6b..ba716f33b 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