This commit is contained in:
Sebastian
2024-09-18 09:29:10 +02:00
parent 1bfcb8c512
commit 7158dfa838
2 changed files with 8 additions and 3 deletions

1
linea/erigon/scripts/entrypoint.sh Normal file → Executable file
View File

@@ -10,6 +10,7 @@ then
echo "write the custom genesis block"
mkdir -p ${ERIGON_HOME:-/root/.local/share/erigon}
erigon init --datadir ${ERIGON_HOME:-/root/.local/share/erigon} /configs/mainnet/shared/genesis.json
touch "${ERIGON_HOME}/bootstrapped"
fi
exec erigon $@