Skip to content

Commit

Permalink
Fix geth processes not being killed when stopping a local testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrachi1 committed Mar 12, 2024
1 parent 2a3c709 commit d9811e9
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 d9811e9

Please sign in to comment.