try to prevent electrs not able to start ()

This commit is contained in:
Christian Rotzoll 2020-11-12 15:31:59 +01:00 committed by rootzoll
parent 5ee021d328
commit d351f12de1
2 changed files with 4 additions and 1 deletions

@ -34,6 +34,7 @@ fi
echo "-----------------------------------------------"
echo "stop lnd - please wait .."
sudo systemctl stop lnd 2>/dev/null
sudo systemctl stop electrs 2>/dev/null
echo "stop ${network}d (1) - please wait .."
sudo -u bitcoin ${network}-cli stop 2>/dev/null
sleep 10

@ -557,7 +557,7 @@ if [ ${loaded} -gt 0 ]; then
fi
################################
# DELETE LOG FILES
# DELETE LOG & LOCK FILES
################################
# LND and Blockchain Errors will be still in systemd journals
@ -565,6 +565,8 @@ fi
sudo rm /mnt/hdd/${network}/debug.log 2>/dev/null
# /mnt/hdd/lnd/logs/bitcoin/mainnet/lnd.log
sudo rm /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log 2>/dev/null
# https://github.com/rootzoll/raspiblitz/issues/1700
sudo rm /mnt/storage/app-storage/electrs/db/mainnet/LOCK 2>/dev/null
#####################################
# CLEAN HDD TEMP