From bb22b37d9a4e70310adb871adbbe14a5794dee2f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Feb 2022 22:25:47 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index b4a2557..03844f6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -130,7 +130,9 @@ MMSTATUS(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${NM_SERVICES[${srvc}]}$spc: " - if [ "$(systemctl is-active ${srvc})" != "active" ]; then + if [[ ${MMSRV} == *"10.10.1.24"* ]]; then + + else if [ "$(systemctl is-active ${srvc})" != "active" ]; then echo -e "${idsCL[Red]}Not Running${idsCL[Default]}" else