From 458eb8081f1edd4f1edd49ad2dee10870af44d4b Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 3 Mar 2024 07:59:02 +0100 Subject: [PATCH] fix --- linea/geth/scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}