This commit is contained in:
Alexandre
2022-02-17 20:48:03 +01:00
committed by GitHub
parent 6f57d420e9
commit c732c32537

View File

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