From 9c9f78efba940ff996af75670811d055690683b2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:30:46 +0100 Subject: [PATCH] Allow unbound --- .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 796e2586f..c55e33177 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -23,7 +23,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then -e 's/bashio::config.require.ssl/true/g' \ -e 's/\$(bashio::addon.ingress_port)/""/g' \ -e 's/\$(bashio::addon.ip_address)/""/g' \ - -e '/^[[:space:]]*set -e[[:space:]]*$/d' "$scripts" || true + -e 's|set -e|set +e|g' "$scripts" || true done exit 0 fi