From 0b6fbe0d84a627e0ab8bfb64b50b9e3bf83efd83 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Apr 2011 16:33:00 -0500 Subject: [PATCH] Correction to install.txt for wg8 dirs --- docs/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.txt b/docs/install.txt index d89561dc7..de5cb5650 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -44,7 +44,7 @@ PerlRequire /data/WebGUI/sbin/preload.perl mysql -e "create database WebGUI" mysql -e "grant all privileges on WebGUI.* to webgui@localhost identified by 'password'" mysql -e "flush privileges" - mysql -uwebgui -ppassword WebGUI < docs/create.sql + mysql -uwebgui -ppassword WebGUI < share/create.sql 8. Edit "etc/WebGUI.conf" to match your DB settings and log directory.