more height for dialog

This commit is contained in:
rootzoll
2018-11-04 01:07:26 +01:00
parent 88f78b2c0d
commit 936b964d65

View File

@@ -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 ;;