From 963623bda12a514e7f629ae0ee01d6ab426a445c Mon Sep 17 00:00:00 2001 From: Pavlos Daoglou Date: Tue, 21 Mar 2017 14:22:29 +0200 Subject: [PATCH] Update file path of icingaweb2 mysql schema for the manual installation procedure --- doc/02-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 44beedcbd..da3fdf584 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -332,7 +332,7 @@ CREATE DATABASE icingaweb2; GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW, INDEX, EXECUTE ON icingaweb2.* TO 'icingaweb2'@'localhost' IDENTIFIED BY 'icingaweb2'; quit -mysql -p icingaweb2 < /usr/share/icingaweb2/etc/schema/mysql.schema.sql +mysql -p icingaweb2 < /usr/share/doc/icingaweb2/schema/mysql.schema.sql ```