Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanzhenzhen committed Nov 18, 2017
1 parent a5a1634 commit d328e53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Desktop.ini
/node_modules

/coverage
/bin/bitcoin*
/bin/SHA256SUMS.asc
regtest/data/node1/regtest
regtest/data/node2/regtest
regtest/data/node3/regtest
/bin/*
!/bin/bitcore-node-crown
/regtest/data/node1/regtest
/regtest/data/node2/regtest
/regtest/data/node3/regtest
2 changes: 1 addition & 1 deletion scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ download_bitcoind() {
fi
if test -e "${zip_name}"; then
echo "Unpacking crown distribution"
tar -xvzf $zip_name
unzip $zip_name
if test $? -eq 0; then
ln -sf "${directory_name}/bin/bitcoind"
return;
Expand Down

0 comments on commit d328e53

Please sign in to comment.