🚑 Fixes basio->bashio typo

This commit is contained in:
Franck Nijhof 2019-08-28 01:58:05 +02:00
parent edceaa6186
commit 1a0de783e5
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -139,7 +139,7 @@ for peer in $(bashio::config 'peers|keys'); do
peer_private_key=""
if bashio::config.has_value "peers[${peer}].private_key"; then
peer_private_key=$(bashio::config "peers[${peer}].private_key")
elif ! basio::config.has_value "peers[${peer}].public_key"; then
elif ! bashio::config.has_value "peers[${peer}].public_key"; then
# If a public key is not provided, try get a private key from disk
# or generate one if needed.
if ! bashio::fs.file_exists '/ssl/wireguard/private_key'; then