Skip to content

Commit

Permalink
Feature/testnet runner (#25)
Browse files Browse the repository at this point in the history
* update run testnet shell

* refine run testnet sh

* refine testnet runner

---------

Co-authored-by: Yu Marvel <[email protected]>
  • Loading branch information
MarvelFisher and Yu Marvel authored Aug 2, 2023
1 parent f1c0e46 commit 663db69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ COMMAND="geth \
--mine \
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes"

nohup $COMMAND >> $GETH_LOG_FILE 2>&1 &
nohup $COMMAND > $GETH_LOG_FILE 2>&1 &

0 comments on commit 663db69

Please sign in to comment.