Skip to content
Snippets Groups Projects
Commit a0af97ef authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Typo

parent 3553434c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
*/status
cache
*/*cache
bin/env
network/node
network/bootnode
network/contracts/*
......
......@@ -194,7 +194,7 @@ test -n "$BFANODEDIR" || BFANODEDIR="${BFANETWORKDIR}/node"
if [ ! -d "${BFANODEDIR}" -o ! -d "${BFANODEDIR}/geth/chaindata" ]
then
echo "Node is not initialised. Initialising with genesis."
geth --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORK}/genesis.json"
geth --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json"
fi
#
# netport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment