s+ow: lint and format
This commit is contained in:
parent
c5bc2581e8
commit
630f33d719
1 changed files with 3 additions and 3 deletions
2
s+ow
2
s+ow
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue