mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
4b63a854cb
Added CI Scripts to use with Travis ci/cd
9 lines
113 B
Bash
9 lines
113 B
Bash
#!/bin/bash
|
|
|
|
systemctl status openvpn
|
|
pivpn add -n foo
|
|
pivpn -qr foo
|
|
pivpn -bk
|
|
pivpn -l
|
|
pivpn -c
|
|
pivpn -r foo -y
|