Skip to content

Commit

Permalink
Make sure all geth processes are killed when stopping a local testnet (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
danielrachi1 authored Mar 23, 2024
1 parent 306d3eb commit 035c378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/local_testnet/geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ exec $GETH_BINARY \
--bootnodes $EL_BOOTNODE_ENODE \
--port $network_port \
--http.port $http_port \
--authrpc.port $auth_port \
2>&1 | tee $data_dir/geth.log
--authrpc.port $auth_port

0 comments on commit 035c378

Please sign in to comment.