mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-28 23:47:40 +01:00
Update 90-dns_set_1.1.sh
This commit is contained in:
@@ -23,4 +23,6 @@ if bashio::config.has_value 'DNS_server'; then
|
|||||||
printf "${DNS}" > /etc/resolv.conf
|
printf "${DNS}" > /etc/resolv.conf
|
||||||
chmod 644 /etc/resolv.conf
|
chmod 644 /etc/resolv.conf
|
||||||
bashio::log.info "DNS SERVERS set to $DNSLIST"
|
bashio::log.info "DNS SERVERS set to $DNSLIST"
|
||||||
|
else
|
||||||
|
bashio::log.info "DNS Servers option empty. Using default router (or HA) dns servers."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user