diff --git a/home.admin/setup.scripts/dialogDeleteData.sh b/home.admin/setup.scripts/dialogDeleteData.sh index 1996f093e..528c49987 100644 --- a/home.admin/setup.scripts/dialogDeleteData.sh +++ b/home.admin/setup.scripts/dialogDeleteData.sh @@ -2,10 +2,10 @@ if [ "$1" == "format" ]; then - whiptail --title " FORMATTING DATA DRVE " --yes-button "DELETE DATA" --no-button "CANCEL" --yesno "For fresh setup your data drive needs to be formatted, but there is old data on your HDD/SSD that could contain funds. + whiptail --title " FORMATTING DATA DRVE " --yes-button "DELETE DATA" --no-button "STOP SETUP" --yesno "Your data drive will now be formatted. This will delete all data on your connected HDD/SSD. Make sure that there is no important data or old funds on that data drive. -Are you really sure that you want delete that old data? - " 10 65 +Are you sure to format the HDD/SSD and DELETE ALL DATA on it? + " 14 65 if [ "$?" == "0" ]; then # 0 --> delete data @@ -14,6 +14,7 @@ Are you really sure that you want delete that old data? # 1 --> cancel exit 1 fi +fi if [ "$1" == "keepblockchain" ]; then