Skip to content

Commit

Permalink
(fix) stop any prior anvil processes before running nillion-devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Apr 12, 2024
1 parent cd448b2 commit b77325c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nillion/bootstrap-local-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ NILLION_CLI_COMMAND_NODE_KEYGEN="node-key-gen"

# kill any other nillion-devnet processes
pkill -9 -f $NILLION_DEVNET
pkill -9 -f anvil

for var in NILLION_DEVNET NILLION_CLI; do
printf "ℹ️ found bin %-18s -> [${!var:?Failed to discover $var}]\n" "$var"
Expand Down

0 comments on commit b77325c

Please sign in to comment.