1869cd85d0
* Split soon to be massive wrapper into smaller managable scripts. * Re-organized Dockerfile to exploit cache when rebuilding
10 lines
90 B
Bash
Executable File
10 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# Get OpenVPN server status
|
|
#
|
|
|
|
set -ex
|
|
|
|
tail -F /tmp/openvpn-status-1194.log
|