From ce45f227292656878a65c9eb9723c1a71fac19e7 Mon Sep 17 00:00:00 2001 From: Mark Joshwel <89562141+markjoshwel@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:34:06 +0800 Subject: [PATCH] s+ow: fix location regression --- s+ow | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s+ow b/s+ow index 3f8ed9a..8e7bd94 100755 --- a/s+ow +++ b/s+ow @@ -258,8 +258,9 @@ run() { if [ "$locate_run" -gt "1" ]; then LOCATION_TIMEOUT=75 locate + else + locate fi - if [ ! -s "$SPOW_LOCTN_OUT" ]; then # erroneous: is empty echo "s+ow: error: failed to get location" | tee -a "$SPOW_SESH_ERR"