mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
correct app name in dialog
This commit is contained in:
@@ -304,7 +304,7 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
|
|||||||
elif [ "$2" = "--keep-data" ]; then
|
elif [ "$2" = "--keep-data" ]; then
|
||||||
deleteData=0
|
deleteData=0
|
||||||
else
|
else
|
||||||
if (whiptail --title " DELETE DATA? " --yesno "Do you want want to delete\nthe BTCPay Server Data?" 8 30); then
|
if (whiptail --title " DELETE DATA? " --yesno "Do you want want to delete\nthe LNbits Server Data?" 8 30); then
|
||||||
deleteData=1
|
deleteData=1
|
||||||
else
|
else
|
||||||
deleteData=0
|
deleteData=0
|
||||||
|
Reference in New Issue
Block a user