Update 90-dns_set_1.1.sh

This commit is contained in:
Alexandre
2021-05-03 17:09:42 +02:00
committed by GitHub
parent c3181ead9e
commit e440609846

View File

@@ -22,5 +22,7 @@ if bashio::config.has_value 'DNS_server'; then
# Write resolv.conf
printf "${DNS}" > /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