Skip to content

Commit 035c378

Browse files
authored
Make sure all geth processes are killed when stopping a local testnet (#5383)
* Fix geth processes not being killed when stopping a local testnet * Merge branch 'unstable' of https://github.com/sigp/lighthouse into fix_stop_testnet
1 parent 306d3eb commit 035c378

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)