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:
9
bin/ovpn_status
Executable file
9
bin/ovpn_status
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Get OpenVPN server status
|
||||
#
|
||||
|
||||
set -ex
|
||||
|
||||
tail -F /tmp/openvpn-status-1194.log
|
Reference in New Issue
Block a user