mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-08-14 02:13:26 +00:00
minor wording fix
minor fix for text coherence
This commit is contained in:
parent
1c9423ef31
commit
05ec3922f1
@ -140,7 +140,7 @@ _get_root() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
_debug "Querying Linode APIv4 for subdomain: $h"
|
||||
_debug "Querying Linode APIv4 for hosted zone: $h"
|
||||
if _H4="X-Filter: {\"domain\":\"$h\"}" _rest GET; then
|
||||
_debug "Got response from API: $response"
|
||||
response="$(echo "$response" | tr -d "\n" | tr '{' "|" | sed 's/|/&{/g' | tr "|" "\n")"
|
||||
|
Loading…
Reference in New Issue
Block a user