Skip to content

Commit d9811e9

Browse files
committed
Fix geth processes not being killed when stopping a local testnet
1 parent 2a3c709 commit d9811e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/local_testnet/geth.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ exec $GETH_BINARY \
5050
--bootnodes $EL_BOOTNODE_ENODE \
5151
--port $network_port \
5252
--http.port $http_port \
53-
--authrpc.port $auth_port \
54-
2>&1 | tee $data_dir/geth.log
53+
--authrpc.port $auth_port

0 commit comments

Comments
 (0)