diff --git a/wireguard-install.sh b/wireguard-install.sh index 3b8a91e..85b48fe 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -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 ') ' }