diff --git a/linea/geth/scripts/entrypoint.sh b/linea/geth/scripts/entrypoint.sh index a1ad6eab..daf98460 100644 --- a/linea/geth/scripts/entrypoint.sh +++ b/linea/geth/scripts/entrypoint.sh @@ -5,7 +5,7 @@ set -e GETH_HOME=/root/.ethereum -if [ ! -f "${ERIGON_HOME}/bootstrapped.new" ]; +if [ ! -f "${GETH_HOME}/bootstrapped.new" ]; then echo "write the custom genesis block" mkdir -p ${GETH_HOME:-/root/.ethereum}