✏️ Fixes a typo in a error message (#8)

This commit is contained in:
Cooper Dale 2019-09-01 22:18:29 +02:00 committed by Franck Nijhof
parent dcaac6696a
commit f80450f71f

View file

@ -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