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

Copiar network/env a bin/env si desaparecio'

parent 465b0f70
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,7 @@
trap 'exit 1' ERR
# Go to script bin, 'cause we expect to find $BFAHOME/bin/env there
cd `dirname $0`
test -e "env" || cp -p ../network/env env
source ./env
./start.sh < /dev/null >&0 2>&0
......@@ -2,6 +2,7 @@
if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env ?" >&2; exit 1; fi
source ${BFAHOME}/bin/libbfa.sh || exit 1
test -e ${BFAHOME}/bin/env || cp -p ${BFANETWORKDIR}/env bin/env
enodeARIU="7ec4dd9d5e1a2b29d6b60aa9f95677c0c3a5f9306e73d65dd3bcbfda3737a8c509b02d1eab763ce39f18cfe96423df7ee544d6c36191ec17f59ade75bc99d358"
bootARIUv4="enode://${enodeARIU}@[170.210.45.179]:30301"
......
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