s+ow: lint and format

This commit is contained in:
Mark Joshwel 2023-11-02 16:44:32 +00:00
parent c5bc2581e8
commit 630f33d719

2
s+ow
View file

@ -256,7 +256,7 @@ run() {
for locate_run in 1 2 3; do # run three times in case :p
notify "Running termux-location" "$locate_run"
if [ locate_run -gt "1" ]; then
if [ "$locate_run" -gt "1" ]; then
LOCATION_TIMEOUT=75 locate
fi