Update mm-scripts.sh

This commit is contained in:
2022-02-12 22:25:47 -06:00
parent af6fa1cc27
commit bb22b37d9a

View File

@@ -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