mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 02:18:16 +01:00
Correct code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user