mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
👕 Fixes shellcheck linter warnings
This commit is contained in:
parent
ad9aa73480
commit
e9eec58d5d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if bashio::config.has_value 'server.dns'; then
|
|||
done
|
||||
else
|
||||
dns=$(bashio::dns.host)
|
||||
echo "DNS = ${dns}" >> ${config}
|
||||
echo "DNS = ${dns}" >> "${config}"
|
||||
fi
|
||||
|
||||
# Get the server's private key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue