mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
Removed unnecessary spaces
This commit is contained in:
parent
cd8fcbf9c6
commit
b7b934913e
@ -42,7 +42,7 @@ dns_dynu_add() {
|
|||||||
if ! _get_root "$fulldomain"; then
|
if ! _get_root "$fulldomain"; then
|
||||||
_err "Invalid domain"
|
_err "Invalid domain"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_debug _node "$_node"
|
_debug _node "$_node"
|
||||||
_debug _domain_name "$_domain_name"
|
_debug _domain_name "$_domain_name"
|
||||||
@ -83,7 +83,7 @@ _get_root() {
|
|||||||
|
|
||||||
_domain_name=$(printf "%s" "$response" | tr -d "{}" | cut -d , -f 1 | cut -d : -f 2 | cut -d '"' -f 2)
|
_domain_name=$(printf "%s" "$response" | tr -d "{}" | cut -d , -f 1 | cut -d : -f 2 | cut -d '"' -f 2)
|
||||||
_node=$(printf "%s" "$response" | tr -d "{}" | cut -d , -f 3 | cut -d : -f 2 | cut -d '"' -f 2)
|
_node=$(printf "%s" "$response" | tr -d "{}" | cut -d , -f 3 | cut -d : -f 2 | cut -d '"' -f 2)
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
_dynu_rest() {
|
_dynu_rest() {
|
||||||
@ -113,7 +113,7 @@ _dynu_rest() {
|
|||||||
|
|
||||||
_dynu_authentication() {
|
_dynu_authentication() {
|
||||||
realm="$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
|
realm="$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
|
||||||
|
|
||||||
export _H1="Authorization: Basic $realm"
|
export _H1="Authorization: Basic $realm"
|
||||||
export _H2="Content-Type: application/json"
|
export _H2="Content-Type: application/json"
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ _dynu_authentication() {
|
|||||||
if _contains "$Dynu_Token" "null"; then
|
if _contains "$Dynu_Token" "null"; then
|
||||||
Dynu_Token=""
|
Dynu_Token=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_debug2 response "$response"
|
_debug2 response "$response"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user