From d09f4f15b78c45ba38fcee530a3dcc50e362a1b0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:21:02 +0100 Subject: [PATCH] Fix shebang path in 32-ingress.sh --- netalertx/rootfs/etc/cont-init.d/32-ingress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netalertx/rootfs/etc/cont-init.d/32-ingress.sh b/netalertx/rootfs/etc/cont-init.d/32-ingress.sh index dab9767bc..62c379826 100755 --- a/netalertx/rootfs/etc/cont-init.d/32-ingress.sh +++ b/netalertx/rootfs/etc/cont-init.d/32-ingress.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv /tmp/bashio/lib/bashio.sh +#!/usr/bin/with-contenv /tmp/bashio/lib/bashio # shellcheck shell=bash set -e