diff --git a/openvpn/start.sh b/openvpn/start.sh index 49795a1..e8d3c06 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -129,6 +129,7 @@ for name_server_item in "${name_server_list[@]}"; do done echo "[info] Starting OpenVPN..." +cd /config/openvpn exec openvpn --config "$VPN_CONFIG" && \ /bin/bash /etc/qbittorrent/start.sh && \ /bin/bash /etc/qbittorrent/iptables.sh