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