From 3a838e91d749f9c14d2c640025964ab564f1154a Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Apr 2022 07:43:45 -0400 Subject: [PATCH] Update wireguard-install.sh --- setup/wireguard-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/wireguard-install.sh b/setup/wireguard-install.sh index 037a5eb6..194b7f0c 100644 --- a/setup/wireguard-install.sh +++ b/setup/wireguard-install.sh @@ -22,12 +22,12 @@ function msg() { echo -e "$TEXT" } -CROSS='\033[1;31m\xE2\x9D\x8C\033[0m' RD=`echo "\033[01;31m"` BL=`echo "\033[36m"` -CM='\xE2\x9C\x94\033' GN=`echo "\033[1;92m"` CL=`echo "\033[m"` +CM="${GN}✓${CL}" +CROSS="${RD}✗${CL}" RETRY_NUM=10 RETRY_EVERY=3 NUM=$RETRY_NUM