From dd1a9ce21d3c711e6de31c180bfc87197cf82e32 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:10:17 +0100 Subject: [PATCH] Update shebang to use new bashio path --- 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 1b5faa6cb..37b4c8336 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 bashio +#!/usr/bin/with-contenv /tmp/bashio/lib # shellcheck shell=bash set -e