diff --git a/mm-scripts.sh b/mm-scripts.sh index cb10941..a33c429 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -179,9 +179,9 @@ MMSTATUS(){ echo -e " -- 0.0.0.0 gateway --> (${zerogw})" echo -en " -- DEFAULT gateway --> (${defaultgw}) : " if [ "${zerogw}" = "${defaultgw}" ]; then - echo -e "${idsCL[Green]}Matches${idsCL[Default]}" + echo -e "${idsCL[Green]}Matches 0.0.0.0 route${idsCL[Default]}" else - echo -e "${idsCL[Red]}Does not match${idsCL[Default]}" + echo -e "${idsCL[Red]}Does not match 0.0.0.0 route${idsCL[Default]}" fi fi fi