mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Beautify listing client
This commit is contained in:
parent
a84f7364c0
commit
38055cce87
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ function listClient() {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "There are ${NUMBER_OF_CLIENTS}:"
|
||||
|
||||
grep -E "^### Client" "/etc/wireguard/${SERVER_WG_NIC}.conf" | cut -d ' ' -f 3 | nl -s ') '
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue