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
parent
commit
0760124e8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dnsapi/dns_simply.sh

3
dnsapi/dns_simply.sh

@ -204,6 +204,9 @@ _simply_add_record() {
return 1
fi
_info "Waiting 60 seconds for DNS changes to be written"
_sleep 60
return 0
}

Loading…
Cancel
Save