From 636afe95ed2c6128076890df57caedcc078fb8c3 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 07:39:52 -0500 Subject: [PATCH] Update directories for qbittorrent shell files --- openvpn/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn/start.sh b/openvpn/start.sh index 4ea2ba8..53dc5ad 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -132,7 +132,7 @@ if [[ $VPN_ENABLED == "yes" ]]; then echo "[info] Starting OpenVPN..." cd /config/openvpn exec openvpn --config "$VPN_CONFIG" & - exec /bin/bash /etc/qbittorrent/scripts/iptables.sh + exec /bin/bash /etc/qbittorrent/iptables.sh else - exec /bin/bash /etc/qbittorrent/scripts/start.sh + exec /bin/bash /etc/qbittorrent/start.sh fi