From 380069627a099eed803cd8cc419d42c42ffb35de Mon Sep 17 00:00:00 2001 From: Adarnof Date: Fri, 13 Jan 2017 19:17:50 -0500 Subject: [PATCH] Correct Jacknife SQL step. --- docs/installation/services/jacknife.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/services/jacknife.md b/docs/installation/services/jacknife.md index 3e23586d..53428576 100644 --- a/docs/installation/services/jacknife.md +++ b/docs/installation/services/jacknife.md @@ -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