add a clear

This commit is contained in:
rootzoll
2021-06-19 02:22:29 +02:00
parent 16ff2cd65e
commit 8818d1326e

View File

@@ -47,6 +47,7 @@ fi
dialog --title " Old Blockchain Data Found " --yesno "\nDo you want to delete the existing blockchain data now?" 7 60
response=$?
clear
echo "response(${response})"
if [ "${response}" = "1" ]; then
echo "OK - keep old blockchain - just try to repair by copying over it"