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 19, 2024
1 parent 0bc5bc1 commit 4859ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then

elif [ "$GETH_NODE_TYPE" = "signer" ]; then
echo "Starting signer node"
echo "BOOTNODE_ENDPOINT is set to: $BOOTNODE_ENDPOINT"

exec "$GETH_BIN_PATH" \
--verbosity="$VERBOSITY" \
Expand Down Expand Up @@ -142,6 +143,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then

elif [ "$GETH_NODE_TYPE" = "member" ]; then
echo "Starting member node"
echo "BOOTNODE_ENDPOINT is set to: $BOOTNODE_ENDPOINT"

exec "$GETH_BIN_PATH" \
--verbosity="$VERBOSITY" \
Expand Down

0 comments on commit 4859ed5

Please sign in to comment.