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