mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 10:36:55 -07:00
Fix KEEP option for plexpass users
This commit is contained in:
parent
5bad5cbe0f
commit
76db00e42a
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ if [ "${KEEP}" != "yes" -o ! -f /tmp/kaka ] && [ "${PUBLIC}" == "no" ]; then
|
|||
exit 1
|
||||
fi
|
||||
echo "OK"
|
||||
else
|
||||
elif [ "$PUBLIC" != "no" ]; then
|
||||
# It's a public version, so change URL and make doubly sure that cookies are empty
|
||||
rm 2>/dev/null >/dev/null /tmp/kaka
|
||||
touch /tmp/kaka
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue