Browse Source
Update dns_simply.sh
Add 60-second sleep for DNS zone to be written
pull/3673/head
Tom Sommer
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
dnsapi/dns_simply.sh
|
|
@ -203,6 +203,9 @@ _simply_add_record() { |
|
|
_err "$response" |
|
|
_err "$response" |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
_info "Waiting 60 seconds for DNS changes to be written" |
|
|
|
|
|
_sleep 60 |
|
|
|
|
|
|
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|