fix format

This commit is contained in:
neil
2024-12-10 20:58:02 +01:00
parent 2997a15ba8
commit 3fbdb7a007
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ _zoneedit_api() {
# Execute request
i=3 # Tries
while [ $i -gt 0 ]; do
while [ "$i" -gt 0 ]; do
i=$(_math "$i" - 1)
if ! response=$(_get "$geturl"); then