mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
small ux thing - bigger dialog box
This commit is contained in:
@@ -35,7 +35,7 @@ Write them down & store them in a safe place.
|
|||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
dialog --backtitle "RaspiBlitz - Setup" --msgbox "Please write down your Password C:\n${oldPasswordC}" 10 52
|
dialog --backtitle "RaspiBlitz - Setup" --msgbox "Please write down your Password C:\n${oldPasswordC}" 10 52
|
||||||
else
|
else
|
||||||
dialog --backtitle "RaspiBlitz" --msgbox "OK - password C was set\nuse it to unlock your Lightning Wallet after restarts." 6 52
|
dialog --backtitle "RaspiBlitz" --msgbox "OK - password C was set\nuse it to unlock your Lightning Wallet after restarts." 8 52
|
||||||
fi
|
fi
|
||||||
|
|
||||||
elif [ ${resetAlsoPasswordB} -gt 0 ]; then
|
elif [ ${resetAlsoPasswordB} -gt 0 ]; then
|
||||||
|
Reference in New Issue
Block a user