Fix Plexpass from installer

This commit is contained in:
Jon Shaulis 2016-12-05 21:14:31 -05:00
commit cfa9c70479

View file

@ -148,7 +148,7 @@ configure_plexupdate() {
default=N default=N
fi fi
if yesno $default; then if yesno $default; then
PUBLIC= PUBLIC=no
while true; do while true; do
read -e -p "PlexPass Email Address: " -i "$EMAIL" EMAIL read -e -p "PlexPass Email Address: " -i "$EMAIL" EMAIL
if [ -z "${EMAIL}" ] || [[ "$EMAIL" == *"@"* ]] && [[ "$EMAIL" != *"@"*"."* ]]; then if [ -z "${EMAIL}" ] || [[ "$EMAIL" == *"@"* ]] && [[ "$EMAIL" != *"@"*"."* ]]; then