Browse Source

Merge 77b3f83824 into 1905830b20

pull/3370/merge
acooler15 2 years ago
committed by GitHub
parent
commit
0fc44d05bd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_ali.sh

2
dnsapi/dns_ali.sh

@ -89,7 +89,7 @@ _ali_rest() {
_debug2 response "$response"
if [ -z "$2" ]; then
message="$(echo "$response" | _egrep_o "\"Message\":\"[^\"]*\"" | cut -d : -f 2 | tr -d \")"
message="$(echo "$response" | _egrep_o "\"Message\":\"[^\"]*\"" | cut -d : -f 2- | tr -d \")"
if [ "$message" ]; then
_err "$message"
return 1

Loading…
Cancel
Save