From 4859ed5e58909fe09c67592f7edfb0cfd5e81121 Mon Sep 17 00:00:00 2001 From: kant777 <61204489+kant777@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:09:52 -0800 Subject: [PATCH] Update entrypoint.sh --- geth-poa/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geth-poa/entrypoint.sh b/geth-poa/entrypoint.sh index ec53ef2712..4894acf9f1 100644 --- a/geth-poa/entrypoint.sh +++ b/geth-poa/entrypoint.sh @@ -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" \ @@ -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" \