mirror of https://github.com/Icinga/icinga2.git
ITL: set globals.NscpPath explicitly
This commit is contained in:
parent
429080ee1c
commit
b5a0be0d60
|
@ -1,7 +1,7 @@
|
|||
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
||||
|
||||
if (!globals.contains("NscpPath")) {
|
||||
NscpPath = dirname(msi_get_component_path("{5C45463A-4AE9-4325-96DB-6E239C034F93}"))
|
||||
globals.NscpPath = dirname(msi_get_component_path("{5C45463A-4AE9-4325-96DB-6E239C034F93}"))
|
||||
}
|
||||
|
||||
object CheckCommand "nscp-local" {
|
||||
|
|
Loading…
Reference in New Issue