From dcc5784e1a7500d905a590fedab2b2f50f67c6e1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:58:35 +0200 Subject: [PATCH] Update maintainerr/rootfs/ha_entrypoint.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- maintainerr/rootfs/ha_entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/maintainerr/rootfs/ha_entrypoint.sh b/maintainerr/rootfs/ha_entrypoint.sh index c37814804..b252544c8 100755 --- a/maintainerr/rootfs/ha_entrypoint.sh +++ b/maintainerr/rootfs/ha_entrypoint.sh @@ -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