From 0f4f3efbfe748d6b3aff2270e328a6b8b19db3ef Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:23:39 +0100 Subject: [PATCH] Echo por --- .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 9b528a030..bf1d6feb5 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -18,7 +18,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then for scripts in /etc/cont-init.d/*; do sed -i -e 's/bashio::config.has_value[[:space:]]*["'"'"']\([^"'"'"']*\)["'"'"']/[ ! -z \${\1+x} ]/g' \ -e 's/bashio::config[[:space:]]*["'"'"']\([^"'"'"']*\)["'"'"']/\${\1}/g' \ - -e 's/bashio::addon.port[[:space:]]*["'"'"']\([^"'"'"']*\)["'"'"']/\${\1}/g' \ + -e 's/bashio::addon.port[[:space:]]*["'"'"']\([^"'"'"']*\)["'"'"']/echo \1/g' \ -e 's/bashio::services[[:space:]]*["'"'"']\([^"'"'"']*\)["'"'"']/\${\1}/g' \ -e 's/bashio::addon.ip_address/\${IP_ADDRESS}/g' "$scripts" || true done