Skip to content

Commit

Permalink
update remote reverse (fixes #2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong committed Mar 26, 2021
1 parent 1bccc81 commit 9a55649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/internet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a55649

Please sign in to comment.