From 035c378c61b0cde473ab6fd416b1e19c860c97d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ram=C3=ADrez-Chiquillo?= Date: Fri, 22 Mar 2024 19:01:08 -0500 Subject: [PATCH] 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 --- scripts/local_testnet/geth.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/local_testnet/geth.sh b/scripts/local_testnet/geth.sh index ab1a0ec6e..5dc4575cf 100755 --- a/scripts/local_testnet/geth.sh +++ b/scripts/local_testnet/geth.sh @@ -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