From 29384a4aebe99c587fba33de78d26400c2bceb7f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:04:06 +0100 Subject: [PATCH] Update 00-banner.sh --- .templates/00-banner.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 46fb9fa89..7542a8602 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bashio -# shellcheck shell=bash ignore=SC2016 +# shellcheck shell=bash disable=SC2016 set -e # ============================================================================== # Displays a simple add-on banner on startup @@ -22,7 +22,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then -e 's/\$(bashio::addon.port[[:space:]]*["'"'"']\([0-9]*\)["'"'"'])/${\1:-}/g' \ -e 's/bashio::config.require.ssl/true/g' \ -e 's/\$(bashio::addon.ingress_port)/""/g' \ - -e 's/\$(bashio::addon.ip_address)/""/g' || true + -e 's/\$(bashio::addon.ip_address)/""/g' "$scripts" done exit 0 fi