fix
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
|||||||
|
|
||||||
GETH_HOME=/root/.ethereum
|
GETH_HOME=/root/.ethereum
|
||||||
|
|
||||||
if [ ! -f "${ERIGON_HOME}/bootstrapped.new" ];
|
if [ ! -f "${GETH_HOME}/bootstrapped.new" ];
|
||||||
then
|
then
|
||||||
echo "write the custom genesis block"
|
echo "write the custom genesis block"
|
||||||
mkdir -p ${GETH_HOME:-/root/.ethereum}
|
mkdir -p ${GETH_HOME:-/root/.ethereum}
|
||||||
|
|||||||
Reference in New Issue
Block a user