Update maintainerr/rootfs/ha_entrypoint.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexandre
2026-04-02 16:58:35 +02:00
committed by GitHub
parent c5be20a4c3
commit dcc5784e1a

View File

@@ -21,6 +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.
# shellcheck disable=SC1090
source "$script"
done
fi