mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
give on no HDD more info
This commit is contained in:
parent
f5f666c16e
commit
676b81bd02
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue