mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-07-27 09:57:22 +00:00
add more sleep for ovh
This commit is contained in:
parent
f823f170e6
commit
01cc2e13d8
@ -149,7 +149,8 @@ dns_ovh_add() {
|
|||||||
if _contains "$response" "$txtvalue"; then
|
if _contains "$response" "$txtvalue"; then
|
||||||
_ovh_rest POST "domain/zone/$_domain/refresh"
|
_ovh_rest POST "domain/zone/$_domain/refresh"
|
||||||
_debug "Refresh:$response"
|
_debug "Refresh:$response"
|
||||||
_info "Added"
|
_info "Added, sleep 10 seconds."
|
||||||
|
_sleep 10
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user