From 936b964d6534b79de5f7c8aa2b25382c53e64bfd Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 4 Nov 2018 01:07:26 +0100 Subject: [PATCH] more height for dialog --- home.admin/98installRTL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/98installRTL.sh b/home.admin/98installRTL.sh index 1b3e69c..5e05bba 100644 --- a/home.admin/98installRTL.sh +++ b/home.admin/98installRTL.sh @@ -20,7 +20,7 @@ if [ ${isInstalled} -eq 1 ]; then fi 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=$? case $response in 1) exit 1 ;;