From 676b81bd026b953a36e172b1cce056f2bcb703a5 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 6 May 2021 00:39:37 +0200 Subject: [PATCH] give on no HDD more info --- home.admin/_bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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)