diff --git a/mm-scripts.sh b/mm-scripts.sh index 5eec15d..855b3ca 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -486,13 +486,13 @@ MMSTATUS(){ msg=" |- 0.0.0.0 Gateway" c=0; spc=''; spc1=$((${cw_spc}-${#msg})) until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}${msg}${spc} : ${idsCL[Default]}" echo -e "${idsCL[Green]}$zerogw${idsCL[Default]}" msg=" |- DEFAULT Gateway" c=0; spc=''; spc1=$((${cw_spc}-${#msg})) until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}${msg}${spc} : ${idsCL[Default]}" if [ "${zerogw}" == "${defaultgw}" ] && [ "${zerogw}" == "${VPN_INTERFACE}" ]; then echo -e "${idsCL[Green]}$defaultgw${idsCL[Default]}"