pull/5066/merge
Ramon 2 weeks ago committed by GitHub
commit 2d9ad8a8db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,7 +71,7 @@ dns_acmedns_add() {
data="{\"subdomain\":\"$ACMEDNS_SUBDOMAIN\", \"txt\": \"$txtvalue\"}" data="{\"subdomain\":\"$ACMEDNS_SUBDOMAIN\", \"txt\": \"$txtvalue\"}"
_debug data "$data" _debug data "$data"
response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST")" response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST" "application/json")"
_debug response "$response" _debug response "$response"
if ! echo "$response" | grep "\"$txtvalue\"" >/dev/null; then if ! echo "$response" | grep "\"$txtvalue\"" >/dev/null; then

Loading…
Cancel
Save