From 0d6a80254c5340f341ed9158202d7c3c5984e9bf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Feb 2022 11:14:19 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index c661865..ea12e2b 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -136,7 +136,8 @@ MMSTATUS(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${NM_SERVICES[${srvc}]}$spc: " - if [[ ${MMSRV} == *"10.10.1.24"* ]] && [ "${srvc}" = "nordvpn" ]; then + # if [[ ${MMSRV} == *"10.10.1.24"* ]] && [ "${srvc}" = "nordvpn" ]; then + if [ "${srvc}" = "nordvpn" ]; then if [[ "$(nordvpn status)" == *"Status: Disconnected"* ]]; then echo -e "${idsCL[Red]}Not Running${idsCL[Default]}" else