Skip to content

Commit

Permalink
Fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Oct 22, 2020
1 parent 77dacf5 commit 2dfd128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hschain-utxo-pow-node/run-pow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
#trap 'echo TRAP; pkill -P $$' SIGINT SIGTERM

cabal new-build hschain-utxo-pow-node
cabal new-build hschain-utxo-pow-node-app
#--enable-profiling --enable-library-profiling
echo ====
export PK1='"FPY3TBv4c4gKkTsWH68wUAUrXvaLnJnWsDEwhHqotE4T"'
Expand Down

0 comments on commit 2dfd128

Please sign in to comment.