Skip to content

Commit

Permalink
Bash is in the lighthouse image
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Jul 24, 2023
1 parent 6c8a761 commit c79e2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/data/config/mainnet-eth/scripts/run-lighthouse.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
set -x
fi
Expand All @@ -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

0 comments on commit c79e2f2

Please sign in to comment.