change count log name prefix

This commit is contained in:
Pavel Muhortov 2023-04-13 16:20:31 +03:00
parent 9a6867ab61
commit f66ab306a3

View File

@ -160,7 +160,7 @@ flaggeol=$4
time=$(date +%s)
logs="${pathroot}/$(basename -s .sh "$0").log"
counts_file="${pathroot}/openvpn-counts.log"
counts_file="${pathroot}/ovpn-counts.log"
if [ -z "${pathroot}" ]; then
logs=/dev/null
execerror "Usage example: $0 'inc|dec' '/var/log/openvpn' '-' '-'"