Bash is in the lighthouse image
This commit is contained in:
parent
6c8a7616bc
commit
c79e2f25f7
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
|
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
|
||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
@ -19,4 +19,4 @@ exec lighthouse \
|
|||||||
--execution-endpoint $EXECUTION_ENDPOINT \
|
--execution-endpoint $EXECUTION_ENDPOINT \
|
||||||
--execution-jwt /etc/mainnet-eth/jwtsecret \
|
--execution-jwt /etc/mainnet-eth/jwtsecret \
|
||||||
--disable-deposit-contract-sync \
|
--disable-deposit-contract-sync \
|
||||||
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io
|
--checkpoint-sync-url https://beaconstate.ethstaker.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user