From e109ec0f995039ee8af16b71eed7eeeaf3d49654 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 7 May 2023 09:12:51 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 4f79aa9..54f5328 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -733,7 +733,7 @@ GETVPNINFO(){ msg="Server Network" c=0; spc=''; spc1=$((${cw_spc}-${#msg})) until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo -n "${idsCL[LightCyan]}${msg}${spc}${idsCL[White]}: ${idsCL[Green]}${VPN_SERVER}${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}${msg}${spc}${idsCL[White]}: ${idsCL[Green]}${VPN_SERVER}${idsCL[Default]}" }