Browse Source

Update dns_aws.sh

pull/4080/head
neil 2 years ago
committed by GitHub
parent
commit
873b113cb3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_aws.sh

2
dnsapi/dns_aws.sh

@ -151,7 +151,7 @@ dns_aws_rm() {
#################### Private functions below ##################################
_get_root() {
domain=_acme-challenge.$1
domain=$1
i=1
p=1

Loading…
Cancel
Save