From ec27e7b7878f0c1690b340683d62dc3ca29f388f Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 00:50:57 -0500 Subject: [PATCH] Update start.sh --- openvpn/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn/start.sh b/openvpn/start.sh index fd34dd3..67bd0a1 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -140,9 +140,9 @@ fi if [[ $VPN_ENABLED == "yes" ]]; then echo "[info] Starting OpenVPN..." | ts '%Y-%m-%d %H:%M:%.S' - #cd /config/openvpn + cd /config/openvpn exec openvpn --config ${VPN_CONFIG} --daemon - exec /bin/bash /etc/openvpn/openvpn.init start & + #exec /bin/bash /etc/openvpn/openvpn.init start & exec /bin/bash /etc/qbittorrent/iptables.sh else exec /bin/bash /etc/qbittorrent/start.sh