Update 93-openvpn.sh

This commit is contained in:
Alexandre
2023-12-29 14:08:10 +01:00
committed by GitHub
parent 182a8ad4cc
commit 6f24479ea9

View File

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