[skip ci] The run-*-beacon-node.sh scripts will now forward parameters to the beacon_node executable

This commit is contained in:
Zahary Karadjov 2020-11-07 14:00:57 +02:00
parent 0ea68d61ed
commit f5397f2f81
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 4 additions and 2 deletions

View File

@ -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 $@

View File

@ -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 $@