From be7d4602ec2a118fa0cd93ad93c0f860f81b671c Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 25 May 2025 12:38:34 +0200 Subject: [PATCH] Fix typo --- install/pterodactyl-panel-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pterodactyl-panel-install.sh b/install/pterodactyl-panel-install.sh index 4bab7899f..1c3d1650f 100644 --- a/install/pterodactyl-panel-install.sh +++ b/install/pterodactyl-panel-install.sh @@ -54,7 +54,7 @@ $STD mysql -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUSH msg_ok "Set up MariaDB" read -p "${TAB3}Provide an email address for admin login, this should be a valid email address: " ADMIN_EMAIL -read -p "${TAB3}nter your First Name: " NAME_FIRST +read -p "${TAB3}Enter your First Name: " NAME_FIRST read -p "${TAB3}Enter your Last Name: " NAME_LAST msg_info "Installing pterodactyl Panel"