mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Fix typo
This commit is contained in:
parent
301e6eddd4
commit
b56d1c0082
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ configure_plexupdate() {
|
||||||
fi
|
fi
|
||||||
if yesno $default; then
|
if yesno $default; then
|
||||||
PUBLIC=no
|
PUBLIC=no
|
||||||
source "${FULL_PATH}/get-plex-token"
|
source "${FULL_PATH}/extras/get-plex-token"
|
||||||
getPlexToken
|
getPlexToken
|
||||||
if [ -z "$TOKEN" ]; then
|
if [ -z "$TOKEN" ]; then
|
||||||
abort "Failed to retrieve Plex token, please try again."
|
abort "Failed to retrieve Plex token, please try again."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue