mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
fix(ovpn): clientstat.sh
Add new line at the end of output
This commit is contained in:
parent
71f7ca9b3b
commit
5fd030c7ba
1 changed files with 1 additions and 0 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue