mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 10:13:21 +00:00
Update start.sh
This commit is contained in:
@@ -140,8 +140,8 @@ 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 /bin/bash /etc/openvpn/openvpn.init start
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user