mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-18 11:53:56 +08:00
shfmt edit
This commit is contained in:
@@ -39,7 +39,7 @@ dns_technitium_rm() {
|
||||
_info "DNS record is configured to be auto-removed after $expiryTtl seconds. Remove operation is bypassed."
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
response="$(_get "$Technitium_Server/api/zones/records/delete?token=$Technitium_Token&domain=$fulldomain&type=TXT&text=${txtvalue}")"
|
||||
if _contains "$response" '"status":"ok"'; then
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user