Update mm-scripts.sh

This commit is contained in:
2023-03-25 11:13:21 -05:00
parent 4d7500aed5
commit 9f9d7936a7

View File

@@ -544,10 +544,10 @@ MMSTATUS(){
fi
fi
msg=" |- Verify routing through VPN"
msg=" |- ${idsCL[LightCyan]}Verify routing through VPN"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en "${idsCL[LightCyan]}${msg}${spc} : ${idsCL[Default]}"
echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}"
scip=$(/usr/bin/dig +short sc1.scity.us @10.10.10.5 -p 5053)
# mmip=$(/usr/bin/dig +short myip.opendns.com @resolver1.opendns.com)