mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 03:10:16 +00:00
fix(scripts): clientStat.sh
show correct information and fix error caused by dash on printf
This commit is contained in:
parent
f7f81e1bf4
commit
90c070a9ad
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ listClients() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf " \t %s %s %s " "${array[7]}" "${array[8]}" "${array[10]}"
|
printf " \t %s %s %s " "${array[7]}" "${array[8]}" "${array[10]}"
|
||||||
printf "- %s\n" "${array[9]}"
|
printf "%s\n" "${array[9]}"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
done < "${STATUS_LOG}"
|
done < "${STATUS_LOG}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue