From 9f22d4d49461f4b7547e734c9d41f8fd7897e57e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 18 May 2021 21:16:34 -0500 Subject: [PATCH] change dialog layout --- home.admin/setup.scripts/eventInfoWait.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.admin/setup.scripts/eventInfoWait.sh b/home.admin/setup.scripts/eventInfoWait.sh index d498ad5a3..e5c599c15 100644 --- a/home.admin/setup.scripts/eventInfoWait.sh +++ b/home.admin/setup.scripts/eventInfoWait.sh @@ -93,16 +93,16 @@ elif [ "${eventID}" == "noHDD" ]; then Waiting for HDD/SSD ... Please connect a ${contentWords[0]} HDD or SSD to the device. -" 8 35 +" 7 35 elif [ "${eventID}" == "sdtoosmall" ]; then # contentWords[1] --> size string (for example '16GB') dialog --backtitle "${backtitle}" --cr-wrap --infobox " PROBLEM: SD CARD IS TOO SMALL -Minimum of ${contentWords[1]} needed +Minimum of ${contentWords[0]} needed Cut power & create fresh sd card -" 8 40 +" 7 40 ################################################ # 2) GENERIC EVENT