mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 93-openvpn.sh
This commit is contained in:
@@ -24,7 +24,7 @@ if bashio::config.true 'openvpn_enabled'; then
|
||||
file="$1"
|
||||
|
||||
# Double check exists
|
||||
if [ !-f "$file" ]; then
|
||||
if [ ! -f "$file" ]; then
|
||||
bashio::warning "$file not found"
|
||||
return 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user