From c010809b43dca832bf90a3ab352a8f61bb361c8c Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 15 Jan 2019 00:28:51 +0100 Subject: [PATCH] #261 more space for OK dialog --- home.admin/00settingsMenuServices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index afab0c31d..65ec1bbc7 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -172,7 +172,7 @@ if [ "${rtlWebinterface}" != "${choice}" ]; then l2="Try to open the following URL in your local webrowser" l3="and login with your PASSWORD B." l4="---> http://${localip}:3000" - dialog --title 'OK' --msgbox "${l1}\n${l2}\n${l3}\n${l4}" 9 45 + dialog --title 'OK' --msgbox "${l1}\n${l2}\n${l3}\n${l4}" 11 50 fi needsReboot=1 else