This commit is contained in:
acooler15 2024-01-31 17:34:33 +03:00 committed by GitHub
commit 0fc44d05bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ _ali_rest() {
_debug2 response "$response" _debug2 response "$response"
if [ -z "$2" ]; then 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 if [ "$message" ]; then
_err "$message" _err "$message"
return 1 return 1