Commit 5ae56a17 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: erigon command arg (#454)

parent 0c679985
......@@ -250,6 +250,8 @@ def get_config(
if network not in constants.PUBLIC_NETWORKS:
command_arg = [init_datadir_cmd_str, " ".join(cmd)]
command_arg_str = " && ".join(command_arg)
else:
command_arg_str = " ".join(cmd)
return ServiceConfig(
image=image,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment