Update mm-scripts.sh
This commit is contained in:
@@ -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]}"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user