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

Necesitamos chown despues de hacer el directorio del nodo como root

parent fc1b366b
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ function initgenesis ...@@ -149,6 +149,7 @@ function initgenesis
then then
info "Node is not initialised. Initialising with genesis." info "Node is not initialised. Initialising with genesis."
geth --networkid ${BFANETWORKID} --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json" geth --networkid ${BFANETWORKID} --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json"
chown -R bfa:bfa ~bfa
fi fi
) )
} }
......
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