Update mm-scripts.sh

This commit is contained in:
2023-03-25 11:11:13 -05:00
parent cbcd490ced
commit f806e5ee39

View File

@@ -547,7 +547,7 @@ MMSTATUS(){
msg=" |- 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[White]}${msg}${spc} : ${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}${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)