mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Fix typo
This commit is contained in:
parent
53d3086068
commit
ba9f7e0816
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ URL_LOGIN='https://plex.tv/users/sign_in.json'
|
||||||
getPlexToken() {
|
getPlexToken() {
|
||||||
if [ -n "$TOKEN" ]; then
|
if [ -n "$TOKEN" ]; then
|
||||||
echo "Fetching token from config"
|
echo "Fetching token from config"
|
||||||
elif getPlexServerToken
|
elif getPlexServerToken; then
|
||||||
echo "Fetching token from Plex server"
|
echo "Fetching token from Plex server"
|
||||||
elif [ -z "$TOKEN" -a -n "$EMAIL" -a -n "$PASS" ]; then
|
elif [ -z "$TOKEN" -a -n "$EMAIL" -a -n "$PASS" ]; then
|
||||||
#TOFIX
|
#TOFIX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue