mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 06:16:25 +00:00
20435880db
Also disable the log file and log colours for distribution binaries, to avoid duplicate logs.
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname $0)"
|
|
# Allow the binary to receive signals directly.
|
|
exec scripts/run-beacon-node.sh nimbus_beacon_node mainnet $@
|
|
|