Skip to content

Commit

Permalink
Update lrm-update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmproject committed Mar 29, 2019
1 parent bb7053a commit d513898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lrm-update.sh
Expand Up @@ -46,8 +46,8 @@ function compile_node() {

echo -e "Remove the old $COIN_NAME wallet from the system"
rm -f /usr/local/bin/lrmcoin* >/dev/null 2>&1
# rm -rf $CONFIGFOLDER/blocks/ >/dev/null 2>&1
# rm -rf $CONFIGFOLDER/chainstate/ >/dev/null 2>&1
rm -rf $CONFIGFOLDER/blocks/ >/dev/null 2>&1
rm -rf $CONFIGFOLDER/chainstate/ >/dev/null 2>&1
rm $CONFIGFOLDER/banlist.dat >/dev/null 2>&1
rm $CONFIGFOLDER/mnpayments.dat >/dev/null 2>&1
rm $CONFIGFOLDER/fee_estimates.dat >/dev/null 2>&1
Expand Down

0 comments on commit d513898

Please sign in to comment.