From 36b8028ce10302be3f495a6bdee91f098d1fb96c Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 00:02:14 -0500 Subject: [PATCH] Update start.sh --- openvpn/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn/start.sh b/openvpn/start.sh index c0d8664..da67e8f 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -141,7 +141,7 @@ fi if [[ $VPN_ENABLED == "yes" ]]; then echo "[info] Starting OpenVPN..." | ts '%Y-%m-%d %H:%M:%.S' cd /config/openvpn - exec openvpn --config "$VPN_CONFIG" & + exec /bin/bash /etc/openvpn/openvpn.init start exec /bin/bash /etc/qbittorrent/iptables.sh else exec /bin/bash /etc/qbittorrent/start.sh