fix(ovpn): clientstat.sh

Add new line at the end of output
This commit is contained in:
4s3ti 2022-10-08 01:22:00 +02:00
parent 71f7ca9b3b
commit 5fd030c7ba
No known key found for this signature in database
GPG key ID: AC2D3B898F96BC51

View file

@ -51,6 +51,7 @@ listClients() {
printf " \t %s %s %s " "${array[7]}" "${array[8]}" "${array[10]}"
printf "- %s\n" "${array[9]}"
printf "\n"
done < "${STATUS_LOG}"
else
awk -F ' ' -v s='CLIENT_LIST' \