From b3dd10bd0c2f9133e2bdcc5220c21fcc1568d1bf Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 8 Aug 2019 04:21:47 +0200 Subject: [PATCH] #712 add debug output --- home.admin/40addHDD.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/40addHDD.sh b/home.admin/40addHDD.sh index e1c1f01de..c232e50d8 100755 --- a/home.admin/40addHDD.sh +++ b/home.admin/40addHDD.sh @@ -122,6 +122,7 @@ If you dont trust that data you can now choose to delete it - but keep in mind t " 14 75 if [ $? -eq 1 ]; then # DELETE + echo "Deleting old blockchain data .." sudo rm -R /mnt/hdd/bitcoin 2>/dev/null sudo rm -R /mnt/hdd/litecoin 2>/dev/null # HDD is now empty - let setupBlitz - display next options