mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -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() {
|
||||
if [ -n "$TOKEN" ]; then
|
||||
echo "Fetching token from config"
|
||||
elif getPlexServerToken
|
||||
elif getPlexServerToken; then
|
||||
echo "Fetching token from Plex server"
|
||||
elif [ -z "$TOKEN" -a -n "$EMAIL" -a -n "$PASS" ]; then
|
||||
#TOFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue