From 4ac21f3d65055305b1f5d640cf09695c9ab3afe7 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 18 May 2021 21:13:52 -0500 Subject: [PATCH] change hdd info --- home.admin/_bootstrap.sh | 2 +- home.admin/setup.scripts/eventInfoWait.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index b7323488c..eded1f2fa 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -263,7 +263,7 @@ do sed -i "s/^message=.*/message='${hddError}'/g" ${infoFile} elif [ "${isMounted}" == "0" ] && [ "${hddCandidate}" == "" ]; then sed -i "s/^state=.*/state=noHDD/g" ${infoFile} - sed -i "s/^message=.*/message='1TB'/g" ${infoFile} + sed -i "s/^message=.*/message='>500GB'/g" ${infoFile} fi # get latest network info & update raspiblitz.info (in case network changes) diff --git a/home.admin/setup.scripts/eventInfoWait.sh b/home.admin/setup.scripts/eventInfoWait.sh index 84e529340..0ec704567 100644 --- a/home.admin/setup.scripts/eventInfoWait.sh +++ b/home.admin/setup.scripts/eventInfoWait.sh @@ -92,7 +92,7 @@ elif [ "${eventID}" == "noHDD" ]; then dialog --backtitle "${backtitle}" --cr-wrap --infobox " Please connect a HDD/SSD. Minimum of ${contentWords[0]} needed. -" 7 40 +" 6 35 elif [ "${eventID}" == "sdtoosmall" ]; then