From e93e2995b7ea1b474c8c6dd8dcd2a4348b3d9685 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 31 Oct 2022 13:42:18 -0400 Subject: [PATCH] Update filecheck --- salt/strelka/filecheck/filecheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/strelka/filecheck/filecheck b/salt/strelka/filecheck/filecheck index 2957c2e8b..b74cefaed 100644 --- a/salt/strelka/filecheck/filecheck +++ b/salt/strelka/filecheck/filecheck @@ -9,7 +9,7 @@ from watchdog.events import FileSystemEventHandler with open("/opt/so/conf/strelka/filecheck.yaml", "r") as ymlfile: cfg = yaml.load(ymlfile) -extract_path = cfg["filecheck.extract_path"] +extract_path = cfg["filecheck"]["extract_path"] historypath = cfg["filecheck.historypath"] strelkapath = cfg["filecheck.strelkapath"] logfile = cfg["filecheck.logfile"]