mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
more height for dialog
This commit is contained in:
@@ -20,7 +20,7 @@ if [ ${isInstalled} -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "*** Dialog ***"
|
echo "*** Dialog ***"
|
||||||
dialog --title "Install: Ride The Lightning Web Interface" --yesno "This is still experimental and very reckless:\nOnce your wallet is unlocked EVERYBODY in your\nLOCAL NETWORK can CONTROL YOUR NODE with RTL!\nDo you really want to install RTL?" 6 50
|
dialog --title "Install: Ride The Lightning Web Interface" --yesno "This is still experimental and very reckless:\nOnce your wallet is unlocked EVERYBODY in your\nLOCAL NETWORK can CONTROL YOUR NODE with RTL!\nDo you really want to install RTL?" 8 50
|
||||||
response=$?
|
response=$?
|
||||||
case $response in
|
case $response in
|
||||||
1) exit 1 ;;
|
1) exit 1 ;;
|
||||||
|
Reference in New Issue
Block a user