PR#192 fixed raw JQ

Fixed raw JQ
This commit is contained in:
Alex
2025-11-08 12:31:22 +01:00
committed by GitHub

View File

@@ -574,7 +574,7 @@ check_status()
case $AUTHSTATUS in case $AUTHSTATUS in
200) 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 return 1
;; ;;
401|403) 401|403)