mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
Merge pull request #1661 from astroganga/master
Show correct information and fix error caused by dash on printf in clientStat.sh
This commit is contained in:
commit
1e1c8fa7cb
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