mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /etc/openvpn/
|
||
|
openvpn --config config.ovpn
|