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
3266b7667b
commit
861cf1fdf5
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ configure_plexupdate() {
|
|||
if yesno $default; then
|
||||
PUBLIC=no
|
||||
# If they already have a VALID token, leave it alone
|
||||
if [ -z "$TOKEN" ] || ! verifyToken;
|
||||
if [ -z "$TOKEN" ] || ! verifyToken; then
|
||||
if getPlexServerToken; then
|
||||
# Only store the token if it's not in PMS
|
||||
TOKEN=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue