mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 05:01:40 +00:00
fix format
This commit is contained in:
parent
ace947e6b3
commit
cf4c603362
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
|
||||
#DD_API_User="xxxxx"
|
||||
#DD_API_Key="xxxxxx"
|
||||
|
||||
@ -40,7 +39,6 @@ dns_durabledns_add() {
|
||||
_contains "$response" "createRecordResponse"
|
||||
}
|
||||
|
||||
|
||||
dns_durabledns_rm() {
|
||||
fulldomain=$1
|
||||
txtvalue=$2
|
||||
@ -125,7 +123,6 @@ _get_root() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
#method
|
||||
_dd_soap() {
|
||||
_method="$1"
|
||||
@ -177,6 +174,3 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
_debug2 "response" "$response"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user