dns_la adapter new api

This commit is contained in:
cnssl 2023-10-18 15:17:54 +08:00
parent 9b691bebe1
commit 3192a05784

View File

@ -163,7 +163,7 @@ _la_get() {
export _H1="Authorization: Basic $LA_Token"
if ! response="$(_get "$url" | tr -d ' ' | tr "}" ",")"; then
if ! response="$(_get "$url" | tr -d ' ' | tr "}" ",")"; then
_err "Error: $url"
return 1
fi