mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 22:12:44 +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"
|
_err "$response"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
_info "Waiting 60 seconds for DNS changes to be written"
|
||||||
|
_sleep 60
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user