Skip to content

Commit

Permalink
ITL: set globals.NscpPath explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Aug 27, 2019
1 parent 429080e commit b5a0be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itl/command-nscp-local.conf
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down

0 comments on commit b5a0be0

Please sign in to comment.