openvpn.sh: Split in to smaller scripts

* Split soon to be massive wrapper into smaller managable scripts.
* Re-organized Dockerfile to exploit cache when rebuilding
This commit is contained in:
Kyle Manna
2014-06-04 11:13:59 -07:00
parent 035ff64200
commit 1869cd85d0
7 changed files with 169 additions and 156 deletions

9
bin/ovpn_status Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
#
# Get OpenVPN server status
#
set -ex
tail -F /tmp/openvpn-status-1194.log