diff --git a/extras/installer.sh b/extras/installer.sh index 9cde89e..e61efe2 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -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