diff --git a/modules/internet.sh b/modules/internet.sh index c269eb037..5a6b1c012 100644 --- a/modules/internet.sh +++ b/modules/internet.sh @@ -21,6 +21,8 @@ function internet { postal=$(echo $info | grep -o '"postal": "[^;]*' | cut -d ' ' -f 1,2) timezone=$(echo $info | grep -o '"timezone": "[^;]*' | cut -d ' ' -f 1,2) + echo " INFO: $info" + echo "$ip" echo "$org" if [ -z "$postal" ]; then