mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
4 lines
58 B
Bash
4 lines
58 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec openvpn --config /etc/openvpn/config.ovpn
|