diff --git a/mm-scripts.sh b/mm-scripts.sh index 724c885..c661865 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -136,7 +136,7 @@ MMSTATUS(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${NM_SERVICES[${srvc}]}$spc: " - if [[ ${MMSRV} == *"10.10.1.23"* ]] && [ "${srvc}" = "nordvpn" ]; 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