diff --git a/modules/internet.sh b/modules/internet.sh index 90ce356a4..50f8f83f9 100644 --- a/modules/internet.sh +++ b/modules/internet.sh @@ -21,6 +21,8 @@ function internet { postal=$(echo $postal | grep -e '"postal": "') timezone=$(echo $postal | grep -e '"timezone": "') + echo " INFO: $info" + echo "" echo " IP: $ip" echo " ORG: $org" echo " COUNTRY: $country"