mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
fix delete dialog
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user