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
a211124f5d
commit
18b9533bb0
@ -128,6 +128,11 @@ for name_server_item in "${name_server_list[@]}"; do
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Ensure scripts have correct perms
|
||||||
|
chown root:root /etc/qbittorrent/start.sh
|
||||||
|
chmod 755 /etc/qbittorrent/start.sh
|
||||||
|
chmod +x /etc/qbittorrent/start.sh
|
||||||
|
|
||||||
echo "[info] Starting OpenVPN..."
|
echo "[info] Starting OpenVPN..."
|
||||||
exec openvpn --config "$VPN_CONFIG" && \
|
exec openvpn --config "$VPN_CONFIG" && \
|
||||||
/bin/bash /etc/qbittorrent/start.sh && \
|
/bin/bash /etc/qbittorrent/start.sh && \
|
||||||
|
Loading…
Reference in New Issue
Block a user