Update 90-dns_set.sh

This commit is contained in:
Alexandre
2022-02-19 17:42:14 +01:00
committed by GitHub
parent 220aa0f1ad
commit 301bd8c429

View File

@@ -21,6 +21,7 @@ if bashio::config.has_value 'DNS_server'; then
done
# Write resolv.conf
# shellcheck disable=SC2059
printf "${DNS}" >/etc/resolv.conf
chmod 644 /etc/resolv.conf
bashio::log.info "DNS SERVERS set to $DNSLIST"