AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

--start overwrites existing config #66

Closed ScottBailey closed 1 year ago

ScottBailey commented 1 year ago

Given the following execution:

dune --start my_node_name my_config.ini
dune --stop my_node_name
dune --start my_node_name

When my_node_name is restarted, it's configuration is abandoned in favor of the default config.

The correct behavior is to keep the original config.

ScottBailey commented 1 year ago

Fixed by #67