Missing args
This commit is contained in:
parent
0111072c8b
commit
0c5ca81f1d
@ -23,7 +23,7 @@ def setup(ctx):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
def create(ctx):
|
def create(ctx, extra_args):
|
||||||
# Generate the JWT secret and save to its config file
|
# Generate the JWT secret and save to its config file
|
||||||
secret = token_hex(32)
|
secret = token_hex(32)
|
||||||
jwt_file_path = ctx.deployment_dir.joinpath("data", "mainnet_eth_config_data", "jwtsecret")
|
jwt_file_path = ctx.deployment_dir.joinpath("data", "mainnet_eth_config_data", "jwtsecret")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user