diff --git a/python/deploy.py b/python/deploy.py index 6d6cf4e..d867527 100644 --- a/python/deploy.py +++ b/python/deploy.py @@ -170,7 +170,7 @@ http {{ content = content.replace(f":{port_num}", f":{port_num + offset}") f.write_text(content) - # Add config-file to wcli + # Add -cfg flag to wcli so it reads its own node.yaml for conf in Path(f"{instance}/etc").glob("*.conf"): c = conf.read_text() if "wcli run" in c and "-cfg" not in c: