Skip to content
Snippets Groups Projects
Commit e13f31fa authored by Nos's avatar Nos
Browse files

BETA: Fixed 2 typos in database_installer.sh

Reported by: angkor_tm
Reviewed by: !UnAfraid
parent 298f2f3c
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ elif [ "$CBUSER" == "$CBPASS" ]; then ...@@ -115,7 +115,7 @@ elif [ "$CBUSER" == "$CBPASS" ]; then
echo "You're not too brilliant choosing passwords huh?" echo "You're not too brilliant choosing passwords huh?"
fi fi
#GS #GS
echo -ne "\nPlease enter MySQL Game Server hostname (default $LSDBHOST): " echo -ne "\nPlease enter MySQL Game Server hostname (default localhost): "
read GSDBHOST read GSDBHOST
if [ -z "$GSDBHOST" ]; then if [ -z "$GSDBHOST" ]; then
GSDBHOST="localhost" GSDBHOST="localhost"
...@@ -125,7 +125,7 @@ read GSDB ...@@ -125,7 +125,7 @@ read GSDB
if [ -z "$GSDB" ]; then if [ -z "$GSDB" ]; then
GSDB="l2jgs" GSDB="l2jgs"
fi fi
echo -ne "\nPlease enter MySQL Game Server user (default $LSUSER): " echo -ne "\nPlease enter MySQL Game Server user (default root): "
read GSUSER read GSUSER
if [ -z "$GSUSER" ]; then if [ -z "$GSUSER" ]; then
GSUSER="root" GSUSER="root"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment