10 lines
85 B
Bash
Executable File
10 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# Get OpenVPN server status
|
|
#
|
|
|
|
set -ex
|
|
|
|
tail -F /tmp/openvpn-status.log
|