From 9f0651671d1b6d87d03acddff863a332825128a5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 2 Aug 2025 11:06:34 +0200 Subject: [PATCH] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index c3980e0e5..6f0b99c5c 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -25,6 +25,9 @@ fi candidate_shebangs+=( "/usr/bin/env bashio" "/usr/bin/bashio" + "/usr/bin/bash" + "/bin/bash" + "/bin/sh" ) # Find the first valid shebang interpreter in candidate list by probing bashio::addon.version