From 4f370fcf70efa3305db6a1d98f385c6fed73726e Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 18 Mar 2022 10:42:22 -0400 Subject: [PATCH] Update wireguard.sh --- ct/wireguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 70930cc8..d254a211 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -6,7 +6,7 @@ CM='\xE2\x9C\x94\033' GN=`echo "\033[1;92m"` CL=`echo "\033[m"` while true; do - read -p "This will create a New WireGuard LXC (using pivpn.io). Proceed(y/n)?" yn + read -p "This will create a New WireGuard LXC. Proceed(y/n)?" yn case $yn in [Yy]* ) break;; [Nn]* ) exit;;