From 649af5ebb85c91060f22fab538f2b9fee235300c Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Mon, 24 Aug 2015 10:22:40 +0200 Subject: [PATCH] Set skip_key for the "-a" argument for nscp-local fixes #9984 Signed-off-by: Gunnar Beutner --- itl/command-nscp-local.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/itl/command-nscp-local.conf b/itl/command-nscp-local.conf index 2ff5ff6e1..d2cdc75f9 100644 --- a/itl/command-nscp-local.conf +++ b/itl/command-nscp-local.conf @@ -36,7 +36,10 @@ object CheckCommand "nscp-local" { "-b" = { set_if = "$nscp_boot$" } - "-a" = "$nscp_arguments$" + "-a" = { + value = "$nscp_arguments$" + skip_key = true + } } vars.nscp_log_level = "critical" -- 2.50.1