diff --git a/mm-scripts.sh b/mm-scripts.sh index 30e0025..33eb405 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -374,8 +374,8 @@ MMSTATUS(){ if [[ ${srvc} == *"vpn"* ]] || [[ ${srvc} == *"wireguard"* ]]; then zerogw=$(ip route show | grep 0.0.0.0 | cut -d' ' -f 3) defaultgw=$(ip route show | grep default | cut -d' ' -f 3) - echo -e " |- 0.0.0.0 gateway : ${idsCL[Green]}$zerogw${idsCL[Default]}" - echo -en " |- DEFAULT gateway : " + echo -e " |- 0.0.0.0 gateway : ${idsCL[Green]}$zerogw${idsCL[Default]}" + echo -en " |- DEFAULT gateway : " if [ "${zerogw}" == "${defaultgw}" ] && [ "${zerogw}" == "wg-torguard" ]; then echo -e "${idsCL[Green]}$defaultgw${idsCL[Default]}" else