From 9ca5f3c28ff722f5d9bc7f6047ed7286e90098ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 9 Mar 2025 10:22:45 +0100 Subject: [PATCH] Remove s6 --- .templates/00-banner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index fea780fce..7f2aa2c5b 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -26,7 +26,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then -e 's/\$(bashio::addon.ingress_port)/""/g' \ -e 's/\$(bashio::addon.ingress_entry)/""/g' \ -e 's/\$(bashio::addon.ip_address)/""/g' "$scripts" - done < <(grep -srl "bashio" /etc/cont-init.d /etc/s6-overlay/s6-rc.d /custom-services.d) + done < <(grep -srl "bashio" /etc/cont-init.d /custom-services.d) exit 0 fi