Update mm-scripts.sh

This commit is contained in:
2023-05-07 09:12:51 -05:00
parent 896b68e1a2
commit e109ec0f99

View File

@@ -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]}"
}