From 60cb4c9c26caa0ca821e04486599ec9f6a2010c7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:59:11 +0100 Subject: [PATCH] Update vpn --- qbittorrent/rootfs/usr/local/sbin/vpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/usr/local/sbin/vpn b/qbittorrent/rootfs/usr/local/sbin/vpn index c16e39b5e..0bad245d6 100755 --- a/qbittorrent/rootfs/usr/local/sbin/vpn +++ b/qbittorrent/rootfs/usr/local/sbin/vpn @@ -352,7 +352,7 @@ _openvpn_up() { chmod 755 ${config["PostDownScript"]} # Start OpenVPN in the background - _cmd "/usr/sbin/openvpn + _cmd "/usr/sbin/openvpn \ --config "${config["ConfigFile"]}" \ --script-security 2 --daemon --log /dev/null \ --auth-user-pass "${OPENVPN_STATE_DIR}/credentials.conf" \