From e550b08498eb1a9bde32dc3e335ee8392f9a640f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Feb 2023 21:30:19 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mm-scripts.sh b/mm-scripts.sh index 1303772..1c3a794 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -388,6 +388,7 @@ MMSTATUS(){ sleep 30s MMSTART + echo -e " ${NM_SERVICES[${srvc}]}$spc: ${idsCL[Green]}Running${idsCL[Default]}" zerogw=$(ip route show | grep 0.0.0.0 | cut -d' ' -f 3) defaultgw=$(ip route show | grep default | cut -d' ' -f 3) echo -e " |- 0.0.0.0 gateway : ${idsCL[Green]}$zerogw${idsCL[Default]}"