Martin Arndt
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_artfiles.sh
|
@ -76,7 +76,7 @@ dns_artfiles_rm() { |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
_clean_records |
|
|
_clean_records |
|
|
response="$(printf -- '%s' "$response" | sed '$d')" |
|
|
|
|
|
|
|
|
response="$(printf -- '%s' "$response" | sed '/_acme-challenge "'"$txtValue"'"/d')" |
|
|
_dns 'SET' "$response" |
|
|
_dns 'SET' "$response" |
|
|
if ! _contains "$response" "$AF_API_SUCCESS"; then |
|
|
if ! _contains "$response" "$AF_API_SUCCESS"; then |
|
|
_err 'Removing ACME challenge value failed.' |
|
|
_err 'Removing ACME challenge value failed.' |
|
|