Closed ScottBailey closed 1 year ago
Fixes issue #66
--start node_name without config will only copy the default config if this is a newly created node. Existing nodes will reuse their existing config.
--start node_name
--start node_name --config my_config.ini will always copy the new config.
--start node_name --config my_config.ini
Fixes issue #66
--start node_name
without config will only copy the default config if this is a newly created node. Existing nodes will reuse their existing config.--start node_name --config my_config.ini
will always copy the new config.