mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
✏️ Fixes a typo in a error message (#8)
This commit is contained in:
parent
dcaac6696a
commit
f80450f71f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ declare table
|
|||
|
||||
if ! bashio::fs.directory_exists '/ssl/wireguard'; then
|
||||
mkdir -p /ssl/wireguard ||
|
||||
bashio::exit.nok "Could create wireguard storage folder!"
|
||||
bashio::exit.nok "Could not create wireguard storage folder!"
|
||||
fi
|
||||
|
||||
# Get interface and config file location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue