mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix delete dialog
This commit is contained in:
parent
64a4cccbe3
commit
8fa61ba298
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
blockchainName=$1
|
||||
|
||||
keepBlockchain=0
|
||||
if [ ${blockchainName} != "" ]; then
|
||||
if [ "${blockchainName}" != "" ]; then
|
||||
|
||||
whiptail --title " BLOCKCHAIN DATA FOUND " --yes-button "USE BLOCKCHAIN" --no-button "DELETE" --yesno "We found ${blockchainName} blockchain data on your HDD/SSD.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue