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' \