]> granicus.if.org Git - icinga2/commitdiff
ITL: set globals.NscpPath explicitly 7449/head
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Tue, 27 Aug 2019 11:34:10 +0000 (13:34 +0200)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Tue, 27 Aug 2019 11:34:10 +0000 (13:34 +0200)
itl/command-nscp-local.conf

index b654922da70074d67514e7812115aca021ca0aa0..8498d68f87c1f797d85bc943631d1e9e5567bd20 100644 (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" {