Update entrypoint.sh

This commit is contained in:
kant777 2024-01-19 11:09:52 -08:00 committed by Shawn
parent dd1b5c79a5
commit 1c03ec140d

View file

@ -98,6 +98,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
elif [ "$GETH_NODE_TYPE" = "signer" ]; then elif [ "$GETH_NODE_TYPE" = "signer" ]; then
echo "Starting signer node" echo "Starting signer node"
echo "BOOTNODE_ENDPOINT is set to: $BOOTNODE_ENDPOINT"
exec "$GETH_BIN_PATH" \ exec "$GETH_BIN_PATH" \
--verbosity="$VERBOSITY" \ --verbosity="$VERBOSITY" \
@ -142,6 +143,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
elif [ "$GETH_NODE_TYPE" = "member" ]; then elif [ "$GETH_NODE_TYPE" = "member" ]; then
echo "Starting member node" echo "Starting member node"
echo "BOOTNODE_ENDPOINT is set to: $BOOTNODE_ENDPOINT"
exec "$GETH_BIN_PATH" \ exec "$GETH_BIN_PATH" \
--verbosity="$VERBOSITY" \ --verbosity="$VERBOSITY" \