This commit is contained in:
Sebastian
2024-03-03 07:59:02 +01:00
parent 0cc2954725
commit 458eb8081f

View File

@@ -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}