From: Alexander A. Klimov Date: Tue, 27 Aug 2019 11:34:10 +0000 (+0200) Subject: ITL: set globals.NscpPath explicitly X-Git-Tag: v2.11.0~1^2~27^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5a0be0d603e2e3d87a2c300116a4c8a4fba1fe9;p=icinga2 ITL: set globals.NscpPath explicitly --- diff --git a/itl/command-nscp-local.conf b/itl/command-nscp-local.conf index b654922da..8498d68f8 100644 --- a/itl/command-nscp-local.conf +++ b/itl/command-nscp-local.conf @@ -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" {