change hdd info

This commit is contained in:
rootzoll 2021-05-18 21:13:52 -05:00
parent b342d6f6c2
commit 4ac21f3d65
2 changed files with 2 additions and 2 deletions

View file

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

View file

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