#1836 and #1901 deleting blocking files on boot (#1902)

This commit is contained in:
/rootzoll 2020-12-24 18:58:52 +01:00 committed by rootzoll
parent a6a5319032
commit c2456616f1

View File

@ -488,6 +488,14 @@ fi
sudo chown bitcoin:bitcoin -R /mnt/hdd/bitcoin 2>/dev/null
#################################
# FIX BLOCKING FILES (just in case)
# https://github.com/rootzoll/raspiblitz/issues/1901#issue-774279088
# https://github.com/rootzoll/raspiblitz/issues/1836#issue-755342375
sudo rm -f /home/bitcoin/.bitcoin/bitcoind.pid 2>/dev/null
sudo rm -f /mnt/hdd/bitcoin/.lock 2>/dev/null
#################################
# MAKE SURE USERS HAVE LATEST LND CREDENTIALS
#################################