From c79e2f25f74aa5dcbfea2452ed2d7e3d97b76412 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 24 Jul 2023 06:11:20 -0600 Subject: [PATCH] Bash is in the lighthouse image --- app/data/config/mainnet-eth/scripts/run-lighthouse.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/config/mainnet-eth/scripts/run-lighthouse.sh b/app/data/config/mainnet-eth/scripts/run-lighthouse.sh index 48dbbaca..02c97922 100755 --- a/app/data/config/mainnet-eth/scripts/run-lighthouse.sh +++ b/app/data/config/mainnet-eth/scripts/run-lighthouse.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then set -x fi @@ -19,4 +19,4 @@ exec lighthouse \ --execution-endpoint $EXECUTION_ENDPOINT \ --execution-jwt /etc/mainnet-eth/jwtsecret \ --disable-deposit-contract-sync \ - --checkpoint-sync-url https://mainnet.checkpoint.sigp.io + --checkpoint-sync-url https://beaconstate.ethstaker.cc