From 38216c1776c1d63447bea6e039e73663857e4c12 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 18 Apr 2022 21:03:16 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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