Update mm-scripts.sh
This commit is contained in:
@@ -179,9 +179,9 @@ MMSTATUS(){
|
|||||||
echo -e " -- 0.0.0.0 gateway --> (${zerogw})"
|
echo -e " -- 0.0.0.0 gateway --> (${zerogw})"
|
||||||
echo -en " -- DEFAULT gateway --> (${defaultgw}) : "
|
echo -en " -- DEFAULT gateway --> (${defaultgw}) : "
|
||||||
if [ "${zerogw}" = "${defaultgw}" ]; then
|
if [ "${zerogw}" = "${defaultgw}" ]; then
|
||||||
echo -e "${idsCL[Green]}Matches${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Matches 0.0.0.0 route${idsCL[Default]}"
|
||||||
else
|
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
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user