Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-04 00:02:14 -05:00 committed by GitHub
parent cfe0790933
commit 36b8028ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ fi
if [[ $VPN_ENABLED == "yes" ]]; then if [[ $VPN_ENABLED == "yes" ]]; then
echo "[info] Starting OpenVPN..." | ts '%Y-%m-%d %H:%M:%.S' echo "[info] Starting OpenVPN..." | ts '%Y-%m-%d %H:%M:%.S'
cd /config/openvpn cd /config/openvpn
exec openvpn --config "$VPN_CONFIG" & exec /bin/bash /etc/openvpn/openvpn.init start
exec /bin/bash /etc/qbittorrent/iptables.sh exec /bin/bash /etc/qbittorrent/iptables.sh
else else
exec /bin/bash /etc/qbittorrent/start.sh exec /bin/bash /etc/qbittorrent/start.sh