Skip to content

Commit

Permalink
script: killing old testnet processes in case they're already running
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jan 8, 2020
1 parent ee43e82 commit b88ca3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run_local_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

#!/bin/bash

echo "Killing old testnet processes..."

killall nym-mixnode
killall nym-sfw-provider

echo "Press CTRL-C to stop."

cargo build
Expand Down

0 comments on commit b88ca3e

Please sign in to comment.