mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Warn users if fetching Plex token fails in installer
This commit is contained in:
parent
c0353a2a5d
commit
3266b7667b
1 changed files with 3 additions and 2 deletions
|
@ -159,8 +159,9 @@ configure_plexupdate() {
|
||||||
if getPlexServerToken; then
|
if getPlexServerToken; then
|
||||||
# Only store the token if it's not in PMS
|
# Only store the token if it's not in PMS
|
||||||
TOKEN=
|
TOKEN=
|
||||||
else
|
elif ! getPlexToken; then
|
||||||
getPlexToken
|
error "Unable to get Plex token, falling back to pulic release"
|
||||||
|
PUBLIC=yes
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue