Update entrypoint.sh

This commit is contained in:
kant777 2024-01-19 11:09:52 -08:00 committed by GitHub
parent 0bc5bc172c
commit 4859ed5e58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" \