mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
add a clear
This commit is contained in:
@@ -47,6 +47,7 @@ fi
|
|||||||
|
|
||||||
dialog --title " Old Blockchain Data Found " --yesno "\nDo you want to delete the existing blockchain data now?" 7 60
|
dialog --title " Old Blockchain Data Found " --yesno "\nDo you want to delete the existing blockchain data now?" 7 60
|
||||||
response=$?
|
response=$?
|
||||||
|
clear
|
||||||
echo "response(${response})"
|
echo "response(${response})"
|
||||||
if [ "${response}" = "1" ]; then
|
if [ "${response}" = "1" ]; then
|
||||||
echo "OK - keep old blockchain - just try to repair by copying over it"
|
echo "OK - keep old blockchain - just try to repair by copying over it"
|
||||||
|
Reference in New Issue
Block a user