From 9f9d7936a73932fd3049d76a31df939e44141bc2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Mar 2023 11:13:21 -0500 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 9fd2506..0ff5bed 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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)