mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 00:22:46 +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
@ -204,6 +204,9 @@ _simply_add_record() {
|
|||||||
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