mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
correct clean parameter
This commit is contained in:
parent
f31ca93c49
commit
4f5f524f15
@ -26,7 +26,7 @@ case $CHOICE in
|
||||
./00mainMenu.sh
|
||||
;;
|
||||
BLOCKCHAIN)
|
||||
./XXcleanHDD.sh --blockchain
|
||||
./XXcleanHDD.sh -blockchain
|
||||
exit 1;
|
||||
;;
|
||||
CLEANHDD)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user