[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
|
||||
|
||||
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
|
||||
|
||||
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…
Reference in New Issue