Skip to content

Commit

Permalink
Better logs for Reth existing and new sync
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 9, 2024
1 parent c92a84c commit da30c62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions reth/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ fi

if [ "${ARCHIVE_NODE}" = "true" ]; then
echo "Reth archive node without pruning"
__prune=""
else
__prune="--full"
if [ ! -f "/var/lib/reth/reth.toml" ]; then # Configure ssv, rocketpool, stakewise contracts
# Word splitting is desired for the command line parameters
# shellcheck disable=SC2086
Expand Down Expand Up @@ -121,5 +119,5 @@ if [ -f /var/lib/reth/prune-marker ]; then
else
# Word splitting is desired for the command line parameters
# shellcheck disable=SC2086
exec "$@" ${__network} ${__verbosity} ${__prune} ${__static} ${EL_EXTRAS}
exec "$@" ${__network} ${__verbosity} ${__static} ${EL_EXTRAS}
fi

0 comments on commit da30c62

Please sign in to comment.