chore: fix comment

This commit is contained in:
admin 2026-08-03 11:55:32 +00:00
parent 2049bcf617
commit 944df2d394

View file

@ -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: