Fixed raw JQ

This commit is contained in:
Alex
2025-11-08 12:30:15 +01:00
committed by GitHub
parent 968083d76f
commit 02a5fb9928

View File

@@ -574,7 +574,7 @@ check_status()
case $AUTHSTATUS in
200)
MEDIAOWNERCUSTOMERID=$(${CURL} ${OPTS} -s -b ${COOKIE} -A "${BROWSER}" -H "DNT: 1" -H "Connection: keep-alive" -L https://${ALEXA}/api/users/me | ${JQ} '.id')
MEDIAOWNERCUSTOMERID=$(${CURL} ${OPTS} -s -b ${COOKIE} -A "${BROWSER}" -H "DNT: 1" -H "Connection: keep-alive" -L https://${ALEXA}/api/users/me | ${JQ} -r '.id')
return 1
;;
401|403)