Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
[docker] remove duplicate param in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 committed Feb 14, 2025
1 parent 7c7045f commit 1acc754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/chainnode/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fi
# data dir
if [[ ! -d $datadir/ronin ]]; then
echo "No blockchain data, creating genesis block with $genesisPath, state_scheme $state_scheme ..."
ronin init $dbEngine --datadir $datadir --state.scheme $state_scheme $genesisPath $genesisPath
ronin init $dbEngine --datadir $datadir --state.scheme $state_scheme $genesisPath
elif [[ "$FORCE_INIT" = "true" && "$INIT_FORCE_OVERRIDE_CHAIN_CONFIG" = "true" ]]; then
echo "Forcing update chain config with force overriding chain config with $genesisPath, state_scheme $state_scheme ..."
ronin init $dbEngine --overrideChainConfig --datadir $datadir --state.scheme $state_scheme $genesisPath
Expand Down

0 comments on commit 1acc754

Please sign in to comment.