mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 10:51:23 +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)
|
||||
fi
|
||||
|
||||
# Get the server pubic key
|
||||
# Get the server public key
|
||||
if bashio::config.has_value 'server.public_key'; then
|
||||
server_public_key=$(bashio::config 'server.public_key')
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue