mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-05 03:11:22 +00:00
Correct typo
This commit is contained in:
parent
db84c81618
commit
20efdca243
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ else
|
||||||
server_private_key=$(</ssl/wireguard/private_key)
|
server_private_key=$(</ssl/wireguard/private_key)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get the server pubic key
|
# Get the server public key
|
||||||
if bashio::config.has_value 'server.public_key'; then
|
if bashio::config.has_value 'server.public_key'; then
|
||||||
server_public_key=$(bashio::config 'server.public_key')
|
server_public_key=$(bashio::config 'server.public_key')
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue