mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 03:52:10 +08:00
fix format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user