Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2026-04-02 15:18:05 +02:00
committed by GitHub
parent d9b62defba
commit e41a3c14c9

View File

@@ -21,7 +21,7 @@ if [ -d /etc/cont-init.d ]; then
# Source the script so it inherits bashio functions from bashio-standalone.
# Using bash "$script" would spawn a new process without bashio:: functions,
# causing "command not found" failures under set -e.
source "$script"
bash "$script"
done
fi