From 2102c0ef6e15126ec3c98fabe9dfd143abe216c7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Feb 2022 22:29:22 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 1b1f106..f249efa 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -118,7 +118,7 @@ MMSTOP(){ } MMSTATUS(){ - if [[ ${MMSRV} == *"10.10.1.24"* ]]; then + if [[ ${MMSRV} == *"10.10.1.23"* ]]; then statusArray=("nordvpn") else statusArray=("openvpn") @@ -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.23"* ]]; then if [ "$(nordvpn staus)" == "Status: Disconnected" ]; then echo -e "${idsCL[Red]}Not Running${idsCL[Default]}" else