From 6f24479ea963083c913e3411467247f66a7e9c59 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:08:10 +0100 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index f4ada6b2a..5d5a726d3 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -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