From b600518af35471cbec1f6a5bcffdb7573567d8fd Mon Sep 17 00:00:00 2001 From: XAedgeS Date: Sun, 7 Nov 2021 13:33:45 +0700 Subject: [PATCH] Fixed --- wireguard-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index 4a8cd3f..8bb4c77 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -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 ') ' }