From 5fd030c7baafb1d6f049e1096346460034052aa3 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@4s3ti.net> Date: Sat, 8 Oct 2022 01:22:00 +0200 Subject: [PATCH] fix(ovpn): clientstat.sh Add new line at the end of output --- scripts/openvpn/clientStat.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/openvpn/clientStat.sh b/scripts/openvpn/clientStat.sh index e7f6827..57c92d9 100755 --- a/scripts/openvpn/clientStat.sh +++ b/scripts/openvpn/clientStat.sh @@ -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' \