diff --git a/salt/strelka/filecheck/filecheck b/salt/strelka/filecheck/filecheck index 5f08f88b3..2957c2e8b 100644 --- a/salt/strelka/filecheck/filecheck +++ b/salt/strelka/filecheck/filecheck @@ -6,7 +6,7 @@ import yaml from watchdog.observers import Observer from watchdog.events import FileSystemEventHandler -with open("/opt/so/conf/filecheck.yaml", "r") as ymlfile: +with open("/opt/so/conf/strelka/filecheck.yaml", "r") as ymlfile: cfg = yaml.load(ymlfile) extract_path = cfg["filecheck.extract_path"]