mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-14 02:11:45 +00:00
add more sleep for ovh
This commit is contained in:
parent
2befb5e784
commit
a8ae23d0a2
@ -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