From 2f83d754ca296a1d2a42468e507acb3f36fdd8a0 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 11:16:07 -0400 Subject: [PATCH] test --- plex-token.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex-token.sh b/plex-token.sh index 51327d8..e4b75e0 100644 --- a/plex-token.sh +++ b/plex-token.sh @@ -37,7 +37,7 @@ token_from_api() { >&2 echo 'Retrieving a X-Plex-Token using Plex login/password...' - curl -qu "${PLEX_LOGIN}":"${PLEX_PASSWORD}" 'https://plex.tv/users/sign_in.xml' \ + curl --silent -qu "${PLEX_LOGIN}":"${PLEX_PASSWORD}" 'https://plex.tv/users/sign_in.xml' \ -X POST -H 'X-Plex-Device-Name: PlexMediaServer' \ -H 'X-Plex-Provides: server' \ -H 'X-Plex-Version: 0.9' \