1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-05-31 18:50:47 +00:00
This commit is contained in:
XAedgeS 2021-11-07 13:33:45 +07:00
parent eb2a64d97f
commit b600518af3

View File

@ -412,8 +412,7 @@ function listClient() {
exit 1
fi
echo ""
echo "There are ${NUMBER_OF_CLIENTS}:"
echo "There are ${NUMBER_OF_CLIENTS} clients:"
grep -E "^### Client" "/etc/wireguard/${SERVER_WG_NIC}.conf" | cut -d ' ' -f 3 | nl -s ') '
}