From 1f05b4de32d92430fe316f68f8dcb3fa6bb79795 Mon Sep 17 00:00:00 2001 From: JLKwong Date: Thu, 25 Mar 2021 21:06:27 -0700 Subject: [PATCH] internet reverse reorder and keep unique (fixes #2137) --- modules/internet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/internet.sh b/modules/internet.sh index 90ce356a43..50f8f83f97 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"