From 28e51cabfb9e2eb36853604e905e104e22de9bbf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Feb 2022 22:40:47 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 29436e4..5d59c80 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -130,7 +130,7 @@ MMSTATUS(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${NM_SERVICES[${srvc}]}$spc: " - if [[ ${MMSRV} == *"10.10.1.24"* ]]; then + if [ ${MMSRV} == *"10.10.1.24"* ] && [ "${srvc}" == "nordvpn" ]; then if [ "$(nordvpn status)" == "Status: Disconnected" ]; then echo -e "${idsCL[Red]}Not Running${idsCL[Default]}" else