mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-26 16:00:31 +02:00
Correct code
This commit is contained in:
@@ -22,5 +22,5 @@ if bashio::config.has_value 'DNS_server'; then
|
|||||||
# Write resolv.conf
|
# Write resolv.conf
|
||||||
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"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user