From 20b86e73feaeaf8e4cc5d538afdf3b650a3fdb28 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:17:19 +0200 Subject: [PATCH] Update ha_entrypoint.sh --- maintainerr/rootfs/ha_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainerr/rootfs/ha_entrypoint.sh b/maintainerr/rootfs/ha_entrypoint.sh index 8be100739..95d098a8a 100755 --- a/maintainerr/rootfs/ha_entrypoint.sh +++ b/maintainerr/rootfs/ha_entrypoint.sh @@ -13,7 +13,7 @@ if [ -d /etc/cont-init.d ]; then [ -f "$script" ] || continue sed -i '1s|.*|#!/usr/bin/env bashio|' "$script" echo "[Maintainerr] Running init script: $script" - bash "$script" # ← bash, not exec + bashio "$script" done fi