mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
fixes for the comments in #723
This commit is contained in:
parent
ac11ba3d60
commit
be972fc0b5
@ -126,7 +126,7 @@ _dns_cloudns_get_zone_name() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
i=$((i + 1))
|
i=$(_math "$i" + 1)
|
||||||
done
|
done
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
@ -150,7 +150,7 @@ _dns_cloudns_http_api_call() {
|
|||||||
|
|
||||||
response="$(_get "$CLOUDNS_API/$method?$data")"
|
response="$(_get "$CLOUDNS_API/$method?$data")"
|
||||||
|
|
||||||
_debug response "$response"
|
_debug2 response "$response"
|
||||||
|
|
||||||
return 1
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user