From e13f31fa6dc06d0b28def47e8209089c41cade2d Mon Sep 17 00:00:00 2001 From: Nos <NosBit@users.noreply.github.com> Date: Thu, 30 Jan 2014 16:36:42 +0000 Subject: [PATCH] BETA: Fixed 2 typos in database_installer.sh Reported by: angkor_tm Reviewed by: !UnAfraid --- L2J_DataPack_BETA/dist/tools/database_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L2J_DataPack_BETA/dist/tools/database_installer.sh b/L2J_DataPack_BETA/dist/tools/database_installer.sh index 849646ca1a..d345b4482f 100644 --- a/L2J_DataPack_BETA/dist/tools/database_installer.sh +++ b/L2J_DataPack_BETA/dist/tools/database_installer.sh @@ -115,7 +115,7 @@ elif [ "$CBUSER" == "$CBPASS" ]; then echo "You're not too brilliant choosing passwords huh?" fi #GS -echo -ne "\nPlease enter MySQL Game Server hostname (default $LSDBHOST): " +echo -ne "\nPlease enter MySQL Game Server hostname (default localhost): " read GSDBHOST if [ -z "$GSDBHOST" ]; then GSDBHOST="localhost" @@ -125,7 +125,7 @@ read GSDB if [ -z "$GSDB" ]; then GSDB="l2jgs" fi -echo -ne "\nPlease enter MySQL Game Server user (default $LSUSER): " +echo -ne "\nPlease enter MySQL Game Server user (default root): " read GSUSER if [ -z "$GSUSER" ]; then GSUSER="root" -- GitLab