change count log name prefix
This commit is contained in:
parent
9a6867ab61
commit
f66ab306a3
|
@ -160,7 +160,7 @@ flaggeol=$4
|
||||||
|
|
||||||
time=$(date +%s)
|
time=$(date +%s)
|
||||||
logs="${pathroot}/$(basename -s .sh "$0").log"
|
logs="${pathroot}/$(basename -s .sh "$0").log"
|
||||||
counts_file="${pathroot}/openvpn-counts.log"
|
counts_file="${pathroot}/ovpn-counts.log"
|
||||||
if [ -z "${pathroot}" ]; then
|
if [ -z "${pathroot}" ]; then
|
||||||
logs=/dev/null
|
logs=/dev/null
|
||||||
execerror "Usage example: $0 'inc|dec' '/var/log/openvpn' '-' '-'"
|
execerror "Usage example: $0 'inc|dec' '/var/log/openvpn' '-' '-'"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user