Open
Description
Implementation ideas
Instead of requiring to run init
before running start
, automatically run the init when starting the node.
As init only performs something when the node is not already initialized, it will not break anything when running init at any time.
When this is implemented, we can remote the custom init in the entrypoing.sh
. Ref.: #2254