Correct Jacknife SQL step.

This commit is contained in:
Adarnof 2017-01-13 19:17:50 -05:00
parent c3390b089e
commit 380069627a

View File

@ -14,7 +14,7 @@ Download the code: `sudo git clone https://github.com/whinis/eve-jacknife`
### Create Database
mysql -u root -p -e 'create database jackknife; grant all privileges on jackknife.* to 'allianceserver'@'localhost';
mysql -u root -p -e "create database jackknife; grant all privileges on jackknife.* to 'allianceserver'@'localhost';"
### Configure Settings