From 1bccc8106861beb4b436840dd154ba9fd9f2945f Mon Sep 17 00:00:00 2001 From: JLKwong Date: Thu, 25 Mar 2021 21:33:51 -0700 Subject: [PATCH] update remote reverse (fixes #2137) --- modules/remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/remote.sh b/modules/remote.sh index 85ead1bb4..667b5361c 100644 --- a/modules/remote.sh +++ b/modules/remote.sh @@ -82,7 +82,7 @@ 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 $(internet reverse) echo " CITY: $city" echo " POSTAL: $postal"