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 587c0b4 commit 1f809ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ function remote {
postal=$(printf "%s\n" "${cmd_str::-1}" | cut -d',' -f 5)
timezone=$(printf "%s\n" "${cmd_str::-1}" | cut -d',' -f 6)

echo $(printf "%s\n" "${cmd_str::-1}")
echo " CITY: $city"
echo " POSTAL: $postal"

echo "{$ip,$org,$country,$city,$postal,$timezone}"
;;
"allservices")
Expand Down

0 comments on commit 1f809ee

Please sign in to comment.