mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Remove deprecated source from plexupdate.sh
This commit is contained in:
parent
483f9b06f7
commit
34f50ad101
1 changed files with 0 additions and 2 deletions
|
@ -335,8 +335,6 @@ if [ "${CHECKUPDATE}" = "yes" -a "${AUTOUPDATE}" = "no" ]; then
|
|||
fi
|
||||
|
||||
if [ "${PUBLIC}" = "no" -a -z "$TOKEN" ]; then
|
||||
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"
|
||||
PUBLIC="yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue