ITL: set globals.NscpPath explicitly

This commit is contained in:
Alexander A. Klimov 2019-08-27 13:34:10 +02:00
parent 429080ee1c
commit b5a0be0d60
1 changed files with 1 additions and 1 deletions

View File

@ -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" {