mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-24 13:33:14 +00:00
Trivial: Make NIMBUS_EL_BINARY customizable
This commit is contained in:
parent
4adf849d09
commit
9e6d9b955d
@ -99,7 +99,8 @@ CLEANUP_DIRS=()
|
|||||||
|
|
||||||
#NIMBUS EL VARS
|
#NIMBUS EL VARS
|
||||||
RUN_NIMBUS="0"
|
RUN_NIMBUS="0"
|
||||||
NIMBUS_EL_BINARY="../nimbus-eth1/build/nimbus"
|
NIMBUS_EL_BINARY="${NIMBUS_EL_BINARY:-../nimbus-eth1/build/nimbus}"
|
||||||
|
echo "${NIMBUS_EL_BINARY}"
|
||||||
|
|
||||||
EL_HTTP_PORTS=()
|
EL_HTTP_PORTS=()
|
||||||
EL_RPC_PORTS=()
|
EL_RPC_PORTS=()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user