slight script update

This commit is contained in:
The Ceik 2020-07-12 18:37:15 -05:00
parent 73d50eda34
commit b207b306f2

View file

@ -10,6 +10,9 @@ read -r playerChoice
initDB() {
cd database
if [ ! -d ./data ]; then
mkdir ./data
fi
bin/mysqld --console --skip-grant-tables --lc-messages-dir="./share/" --datadir="./data" &
sleep 5
echo | bin/mysql -u root -e "CREATE DATABASE server;"