From 0cda96d2f19c20c10afc081aaac4f83fa5ab5416 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 3 Jun 2022 18:24:33 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index a15ea42..cd5b54a 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -260,7 +260,7 @@ MMSTATUS(){ echo -e "${idsCL[Red]}Does not match 0.0.0.0 route${idsCL[Default]}" fi - echo -en " |- Verifying routing to VPN --> : " + echo -en " |- Verifying routing to VPN --> : " scip=$(dig +short sc1.scity.us @ns1.scity.us) mmip=$(dig +short myip.opendns.com @resolver1.opendns.com) if [ "${scip}" != "${mmip}" ]; then