multiple bug fixes

fix script premature termination as bashio set -e?
fix parsing of the DNS servers
improve ip/host checks
This commit is contained in:
litinoveweedle
2026-02-03 22:36:46 +01:00
parent 8c5171b027
commit 5647aac528
2 changed files with 21 additions and 26 deletions

View File

@@ -112,7 +112,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto
# && chmod a+x /etc/s6-overlay/s6-rc.d/$SCRIPTSNAME/* ; done; fi
# Manual apps
ARG PACKAGES="wireguard-tools iptables ip6tables iptables-legacy"
ARG PACKAGES="ipcalc wireguard-tools iptables ip6tables iptables-legacy"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"