mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
change hdd info
This commit is contained in:
@@ -263,7 +263,7 @@ do
|
|||||||
sed -i "s/^message=.*/message='${hddError}'/g" ${infoFile}
|
sed -i "s/^message=.*/message='${hddError}'/g" ${infoFile}
|
||||||
elif [ "${isMounted}" == "0" ] && [ "${hddCandidate}" == "" ]; then
|
elif [ "${isMounted}" == "0" ] && [ "${hddCandidate}" == "" ]; then
|
||||||
sed -i "s/^state=.*/state=noHDD/g" ${infoFile}
|
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
|
fi
|
||||||
|
|
||||||
# get latest network info & update raspiblitz.info (in case network changes)
|
# 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 "
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
Please connect a HDD/SSD.
|
Please connect a HDD/SSD.
|
||||||
Minimum of ${contentWords[0]} needed.
|
Minimum of ${contentWords[0]} needed.
|
||||||
" 7 40
|
" 6 35
|
||||||
|
|
||||||
elif [ "${eventID}" == "sdtoosmall" ]; then
|
elif [ "${eventID}" == "sdtoosmall" ]; then
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user