mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
fix delete
This commit is contained in:
@@ -110,11 +110,17 @@ dns_inwx_rm() {
|
|||||||
<string>%s</string>
|
<string>%s</string>
|
||||||
</value>
|
</value>
|
||||||
</member>
|
</member>
|
||||||
|
<member>
|
||||||
|
<name>content</name>
|
||||||
|
<value>
|
||||||
|
<string>%s</string>
|
||||||
|
</value>
|
||||||
|
</member>
|
||||||
</struct>
|
</struct>
|
||||||
</value>
|
</value>
|
||||||
</param>
|
</param>
|
||||||
</params>
|
</params>
|
||||||
</methodCall>' "$_domain" "$_sub_domain")
|
</methodCall>' "$_domain" "$_sub_domain" "$txtvalue")
|
||||||
response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
|
response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
|
||||||
|
|
||||||
if ! _contains "$response" "Command completed successfully"; then
|
if ! _contains "$response" "Command completed successfully"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user