diff --git a/modules/internet.sh b/modules/internet.sh index 1cf9b8857..595f26133 100644 --- a/modules/internet.sh +++ b/modules/internet.sh @@ -17,7 +17,7 @@ function internet { ip=$(echo "$info" | grep -E '"(ip)"') org=$(echo "$info" | grep -E '"(org)"') country=$(echo "$info" | grep -E '"(country)"') - city=$(echo $info | grep -E '"(city)"' + city=$(echo $info | grep -E '"(city)"') postal=$(echo $postal | grep -E '"(postal)"') timezone=$(echo $postal | grep -E '"(timezone)"')