mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update start.sh
This commit is contained in:
parent
eb6de9609c
commit
6e29fa9f69
@ -141,6 +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} --daemon
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user