From b5a0be0d603e2e3d87a2c300116a4c8a4fba1fe9 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 27 Aug 2019 13:34:10 +0200 Subject: [PATCH] ITL: set globals.NscpPath explicitly --- itl/command-nscp-local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {