chore: fix comment
This commit is contained in:
parent
2049bcf617
commit
944df2d394
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ http {{
|
||||||
content = content.replace(f":{port_num}", f":{port_num + offset}")
|
content = content.replace(f":{port_num}", f":{port_num + offset}")
|
||||||
f.write_text(content)
|
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"):
|
for conf in Path(f"{instance}/etc").glob("*.conf"):
|
||||||
c = conf.read_text()
|
c = conf.read_text()
|
||||||
if "wcli run" in c and "-cfg" not in c:
|
if "wcli run" in c and "-cfg" not in c:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue