mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 20:02:45 +00:00
Update dns_simply.sh
Add 60-second sleep for DNS zone to be written
This commit is contained in:
parent
f29170c836
commit
0760124e8c
@ -203,6 +203,9 @@ _simply_add_record() {
|
||||
_err "$response"
|
||||
return 1
|
||||
fi
|
||||
|
||||
_info "Waiting 60 seconds for DNS changes to be written"
|
||||
_sleep 60
|
||||
|
||||
return 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user