Skip to content

Commit

Permalink
stopping reth process
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Nov 4, 2024
1 parent 2e13933 commit f52e599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test_eip1559.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -e
# Script's directory
DIR="$(dirname "$0")"

ps aux | grep reth | grep -v grep | awk '{print $2}' | xargs kill
sleep 5

$DIR/run_reth.sh &
BG_PID=$!

Expand Down

0 comments on commit f52e599

Please sign in to comment.