Update mm-scripts.sh

This commit is contained in:
2022-02-12 22:42:36 -06:00
parent 073d18823e
commit 33a247e9e7

View File

@@ -131,7 +131,6 @@ MMSTATUS(){
echo -en " ${NM_SERVICES[${srvc}]}$spc: "
if [[ ${MMSRV} == *"10.10.1.24"* ]] && [ "${srvc}" = "nordvpn" ]; then
echo 'yes'
if [ "$(nordvpn status)" == "Status: Disconnected" ]; then
echo -e "${idsCL[Red]}Not Running${idsCL[Default]}"
else