mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Update ha_entrypoint.sh
This commit is contained in:
@@ -25,6 +25,9 @@ fi
|
|||||||
candidate_shebangs+=(
|
candidate_shebangs+=(
|
||||||
"/usr/bin/env bashio"
|
"/usr/bin/env bashio"
|
||||||
"/usr/bin/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
|
# Find the first valid shebang interpreter in candidate list by probing bashio::addon.version
|
||||||
|
|||||||
Reference in New Issue
Block a user