mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-04 23:55:01 -04:00
refactoring, more config, packaging
This commit is contained in:
parent
444f65d76d
commit
ef1f5d7b52
42 changed files with 1329 additions and 368 deletions
|
@ -146,8 +146,8 @@ def main():
|
|||
time.sleep(1)
|
||||
|
||||
sub_args = base_args.copy()
|
||||
sub_args.append("--subnode_index={}".format(n))
|
||||
sub_args.append("--bootstrap={}".format(main_di))
|
||||
sub_args.append("--subnode-index={}".format(n))
|
||||
sub_args.append("--bootstrap-nodes={}".format(main_di))
|
||||
if args.wait_for_debug and (str(n) in args.wait_for_debug):
|
||||
sub_args.append("--wait-for-debug")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue