Increase wait time for record update.
This commit is contained in:
parent
9c96ad0fad
commit
d5254e5e8f
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ set -x
|
|||
baseurl='https://www.duckdns.org/update?domains=%s&token=%s&txt=%s'
|
||||
result="$(printf "url=$baseurl\n" "$DUCKDNS_DOMAIN" "$DUCKDNS_TOKEN" "$CERTBOT_VALIDATION" | curl -K -)"
|
||||
# give some time for the record to update
|
||||
sleep 120
|
||||
sleep 300
|
||||
test "$result" = 'OK'
|
||||
|
|
Loading…
Reference in a new issue