Skip to content

Commit

Permalink
internet reverse reorder and keep unique (fixes #2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong committed Mar 26, 2021
1 parent 6d4665f commit 53d058e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/internet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"')

Expand Down

0 comments on commit 53d058e

Please sign in to comment.