From f9552344087389656c66c999fad4f1fe893397e7 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Sun, 17 Mar 2019 03:41:32 +0100 Subject: [PATCH] debug delete at the end --- home.admin/00mainMenu.sh | 6 +++--- home.admin/50copyHDD.sh | 1 + home.admin/50torrentHDD.sh | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index b4a431c..3fc1cba 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -146,13 +146,13 @@ waitUntilChainNetworkIsReady() sleep 3 dialog --backtitle "RaspiBlitz - Repair Script" --msgbox "Your blockchain data needs to be repaired. -This can be due to a power problems or a failing HDD. -Please check the FAQ on Raspi9Blitz Github +This can be due to power problems or a failing HDD. +Please check the FAQ on RaspiBlitz Github 'My blockchain data is corrupted - what can I do?' https://github.com/rootzoll/raspiblitz/blob/master/FAQ.md The RaspiBlitz will now try to help you on with the repair. -Maybe use BACKUP option first to secure your funds & channels. +To run a BACKUP of funds & channels first is recommended. " 13 65 clear diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index 3a85207..5fbe9c2 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -125,6 +125,7 @@ if [ ${anyDataAtAll} -eq 1 ]; then else echo "OK -> DATA LOOKS GOOD :D" + sudo rm /mnt/hdd/${network}/debug.log fi diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index 9e8d731..c5631ba 100755 --- a/home.admin/50torrentHDD.sh +++ b/home.admin/50torrentHDD.sh @@ -263,9 +263,10 @@ if [ "${setupStep}" = "100" ]; then sudo systemctl disable ${network}d sudo cp -f /mnt/hdd/${network}/${network}.conf /home/admin/assets/${network}.conf sudo rm -rfv /mnt/hdd/${network}/* 2>/dev/null + sudo rm /mnt/hdd/${network}/debug.log fi -# Download worked / just move, copy on USB2 >4h +# Download worked / just move, copy on USB2 would be >4h echo "" echo "*** Moving Files ***" date +%s