mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
#712 add debug output
This commit is contained in:
@@ -122,6 +122,7 @@ If you dont trust that data you can now choose to delete it - but keep in mind t
|
|||||||
" 14 75
|
" 14 75
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
# DELETE
|
# DELETE
|
||||||
|
echo "Deleting old blockchain data .."
|
||||||
sudo rm -R /mnt/hdd/bitcoin 2>/dev/null
|
sudo rm -R /mnt/hdd/bitcoin 2>/dev/null
|
||||||
sudo rm -R /mnt/hdd/litecoin 2>/dev/null
|
sudo rm -R /mnt/hdd/litecoin 2>/dev/null
|
||||||
# HDD is now empty - let setupBlitz - display next options
|
# HDD is now empty - let setupBlitz - display next options
|
||||||
|
Reference in New Issue
Block a user