correct clean parameter

This commit is contained in:
Christian Rotzoll 2019-06-19 00:34:45 +02:00
parent f31ca93c49
commit 4f5f524f15
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@ case $CHOICE in
./00mainMenu.sh
;;
BLOCKCHAIN)
./XXcleanHDD.sh --blockchain
./XXcleanHDD.sh -blockchain
exit 1;
;;
CLEANHDD)

View File

@ -51,7 +51,6 @@ else
echo "!!!! This will DELETE your personal data & POSSIBLE FUNDS from the HDD !!!!"
echo "--> It will keep Blockchain data - so you dont have to download/copy again."
echo "--> If you want to delete also blockchain data, please run with '-all' parameter."
echo "Press ENTER to really continue - CTRL+c to CANCEL (last chance)"
read key