mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
fix delete dialog
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
blockchainName=$1
|
blockchainName=$1
|
||||||
|
|
||||||
keepBlockchain=0
|
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.
|
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