Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 02:02:29 -05:00 committed by GitHub
parent 8da0ae1b2d
commit 6927726b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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