From 8b163e2b0f40634935475a3d552eb0bdc7007c74 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 20 Oct 2013 19:34:41 +0200 Subject: [PATCH] Fix hardcoded path. refs #4926 --- config/config.ini.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ini.in b/config/config.ini.in index c90c6d7d0..3868e5ca2 100755 --- a/config/config.ini.in +++ b/config/config.ini.in @@ -7,7 +7,7 @@ indexController = "dashboard" ; via the frontend and this file. With feature #4607 moduleFolder will ; be replaced with a configuration directive for locations of ; installed modules -moduleFolder = "/etc/icinga2-web/enabledModules" +moduleFolder = "@icingaweb_config_path@/enabledModules" dateFormat = "d/m/Y" timeFormat = "g:i A"