mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 09:27:05 +00:00
[skip ci] The run-*-beacon-node.sh scripts will now forward parameters to the beacon_node executable
This commit is contained in:
parent
0ea68d61ed
commit
f5397f2f81
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
scripts/run-beacon-node.sh beacon_node mainnet
|
cd "$(dirname $0)"
|
||||||
|
scripts/run-beacon-node.sh beacon_node mainnet $@
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
scripts/run-beacon-node.sh beacon_node_spec_0_12_3 medalla
|
cd "$(dirname $0)"
|
||||||
|
scripts/run-beacon-node.sh beacon_node_spec_0_12_3 medalla $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user