From fb321ab950da11e72213d399d281d0298405eebf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:28:39 +0100 Subject: [PATCH] Update 00-banner.sh --- .templates/00-banner.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index bf1d6feb5..6353675b7 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -22,10 +22,6 @@ if ! bashio::supervisor.ping 2>/dev/null; then -e 's/bashio::services[[:space:]]*["'"'"']\([^"'"'"']*\)["'"'"']/\${\1}/g' \ -e 's/bashio::addon.ip_address/\${IP_ADDRESS}/g' "$scripts" || true done - # Fake options.json - echo "... create empty /data/options.json for bashio compatibility" - mkdir -p /data - touch /data/option.json exit 0 fi