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