mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
Update entrypoint.sh
This commit is contained in:
parent
0bc5bc172c
commit
4859ed5e58
1 changed files with 2 additions and 0 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue