diff --git a/mm-scripts.sh b/mm-scripts.sh index 3f30e30..6ce0de1 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -455,7 +455,7 @@ MMSTATUS(){ fi fi - echo -en " |- Verifying routing through VPN -> : " + echo -en " |- Verify routing through VPN -> : " scip=$(dig +short sc1.scity.us @9.9.9.9) mmip=$(dig +short myip.opendns.com @resolver1.opendns.com) if [ "${scip}" != "${mmip}" ]; then