mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
change hdd info
This commit is contained in:
parent
b342d6f6c2
commit
4ac21f3d65
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue