Correct code

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

View File

@@ -22,5 +22,5 @@ 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"
fi