Update ha_entrypoint_modif.sh

This commit is contained in:
Alexandre
2025-08-01 17:01:14 +02:00
committed by GitHub
parent 725bf69a1c
commit f3a23d6abe

View File

@@ -38,7 +38,7 @@ fi
mkdir -p /run/s6/container_environment
# Check if shebang exists
for shebang in "/usr/bin/env bashio" "/command/with-contenv bashio" "/usr/bin/with-contenv bashio" "/usr/bin/bashio" "/usr/bin/bash" "/usr/bin/sh" "/bin/bash" "/bin/sh"; do
for shebang in "/command/with-contenv bashio" "/usr/bin/env bashio" "/usr/bin/with-contenv bashio" "/usr/bin/bashio" "/usr/bin/bash" "/usr/bin/sh" "/bin/bash" "/bin/sh"; do
command_path="${shebang%% *}"
if [ -x "$command_path" ] && "$command_path" echo "yes" > /dev/null 2>&1; then
echo "Valid shebang: $shebang"