Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Jan 12, 2024
1 parent 35aff84 commit ac99290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
set -exu

GENESIS_L1_PATH="/genesis.json"
GENESIS_L1_PATH=${GENESIS_L1_PATH:-/genesis.json}
VERBOSITY=3
GETH_DATA_DIR=/data
GETH_DATA_DIR=${GETH_DATA_DIR:-/data}
GETH_CHAINDATA_DIR="$GETH_DATA_DIR/geth/chaindata"
GETH_KEYSTORE_DIR="$GETH_DATA_DIR/keystore"
CHAIN_ID=$(cat "$GENESIS_L1_PATH" | jq -r .config.chainId)
Expand Down

0 comments on commit ac99290

Please sign in to comment.