Update filecheck

This commit is contained in:
Mike Reeves
2022-10-31 13:42:18 -04:00
committed by GitHub
parent d2eb61a830
commit e93e2995b7

View File

@@ -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"]