mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 11:32:45 +00:00
dns_linode_v4.sh: remove uneeeded extra space (shfmt error)
This commit is contained in:
parent
af9425ed8f
commit
a3032ab945
@ -145,7 +145,6 @@ _get_root() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
_debug "Querying Linode APIv4 for hosted zone: $h"
|
_debug "Querying Linode APIv4 for hosted zone: $h"
|
||||||
if _H4="X-Filter: {\"domain\":\"$h\"}" _rest GET; then
|
if _H4="X-Filter: {\"domain\":\"$h\"}" _rest GET; then
|
||||||
_debug "Got response from API: $response"
|
_debug "Got response from API: $response"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user