diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index 7230412a4..eb168e439 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -258,6 +258,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} fi # get latest network info & update raspiblitz.info (in case network changes)