Update 00-banner.sh

This commit is contained in:
Alexandre
2025-02-12 13:28:39 +01:00
committed by GitHub
parent c5efafbdf2
commit fb321ab950

View File

@@ -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