diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index 87ee7d1e7..00ccfbb39 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -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 #################################