Update mm-scripts.sh

This commit is contained in:
2022-04-18 21:03:16 -05:00
parent 68c51d5f54
commit 38216c1776

View File

@@ -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