Update wireguard.sh

This commit is contained in:
tteckster 2022-03-18 10:42:22 -04:00 committed by GitHub
parent eef89a1c74
commit 4f370fcf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;;