mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 12:59:40 -07:00
Fix Plexpass from installer
This commit is contained in:
parent
6884a8e1d4
commit
cfa9c70479
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ configure_plexupdate() {
|
|||
default=N
|
||||
fi
|
||||
if yesno $default; then
|
||||
PUBLIC=
|
||||
PUBLIC=no
|
||||
while true; do
|
||||
read -e -p "PlexPass Email Address: " -i "$EMAIL" EMAIL
|
||||
if [ -z "${EMAIL}" ] || [[ "$EMAIL" == *"@"* ]] && [[ "$EMAIL" != *"@"*"."* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue