From 4ab994329c91e11e324c0b4a01f30b2043b86007 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Feb 2022 22:44: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 882f851..adfcd2f 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -131,7 +131,7 @@ MMSTATUS(){ echo -en " ${NM_SERVICES[${srvc}]}$spc: " if [[ ${MMSRV} == *"10.10.1.24"* ]] && [ "${srvc}" = "nordvpn" ]; then - if [[ "$(nordvpn status)" == *"Status: Disconnected"* ]]; then + if [[ "$(nordvpn status)" == *"Status: Connected"* ]]; then echo -e "${idsCL[Red]}Not Running${idsCL[Default]}" else echo -e "${idsCL[Green]}Running${idsCL[Default]}"