mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Fix typo
This commit is contained in:
parent
75ac111caa
commit
c9fa43c161
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ if [ "${CHECKUPDATE}" = "yes" -a "${AUTOUPDATE}" = "no" ]; then
|
|||
fi
|
||||
|
||||
if [ "${PUBLIC}" = "no" -a -z "$TOKEN" ]; then
|
||||
TO_SOURCE="$(dirname "$0")/extras/get-web-token"
|
||||
TO_SOURCE="$(dirname "$0")/extras/get-plex-token"
|
||||
[ -f "$TO_SOURCE" ] && source $TO_SOURCE
|
||||
if ! getPlexToken; then
|
||||
error "Unable to get Plex token, falling back to public release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue