Skip to content

Commit

Permalink
Revert setup script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidtu2014 committed Mar 28, 2024
1 parent cd794e5 commit cfae7de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function stop_anchor_localnet() {
if [ -n "$solana_pid" ]; then
echo "killing solana-test-validator with pid: $solana_pid"
kill -9 "$solana_pid"
pgrep -f 'solana-test-validator' | xargs kill -9
else
echo "No solana-test-validator process found to stop"
fi
Expand Down

0 comments on commit cfae7de

Please sign in to comment.