From aa583ce4b2e1c82e20c2459cff32899d2241b872 Mon Sep 17 00:00:00 2001 From: randomshell Date: Thu, 2 Jul 2020 10:36:05 +0000 Subject: [PATCH] Remove unnecessary echo --- wireguard-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index f916356..d10e00f 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -178,10 +178,8 @@ function newClient() { source /etc/wireguard/params if [[ $SERVER_PUB_IP =~ .*:.* ]]; then - echo "IPv6 Detected" ENDPOINT="[$SERVER_PUB_IP]:$SERVER_PORT" else - echo "IPv4 Detected" ENDPOINT="$SERVER_PUB_IP:$SERVER_PORT" fi