Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate section in installer Admin email prompt #193

Open
MetaflameDragon opened this issue Jan 1, 2025 · 0 comments
Open

Duplicate section in installer Admin email prompt #193

MetaflameDragon opened this issue Jan 1, 2025 · 0 comments

Comments

@MetaflameDragon
Copy link

The prompt for an admin email seems to be duplicated (and as such does nothing)

pds/installer.sh

Lines 216 to 230 in 9ac9461

# Admin email
if [[ -z "${PDS_ADMIN_EMAIL}" ]]; then
read -p "Enter an admin email address (e.g. you@example.com): " PDS_ADMIN_EMAIL
fi
if [[ -z "${PDS_ADMIN_EMAIL}" ]]; then
usage "No admin email specified"
fi
if [[ -z "${PDS_ADMIN_EMAIL}" ]]; then
read -p "Enter an admin email address (e.g. you@example.com): " PDS_ADMIN_EMAIL
fi
if [[ -z "${PDS_ADMIN_EMAIL}" ]]; then
usage "No admin email specified"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant