#3106 fix GB display on wait screen

This commit is contained in:
rootzoll 2022-05-17 17:43:03 +02:00
parent a2bbecc03f
commit 312e86f992

View File

@ -183,13 +183,13 @@ elif [ "${eventID}" == "waitsetup" ] && [ "${mode}" == "lcd" ]; then
if [ "${setupPhase}" == "setup" ] || [ "${setupPhase}" == "update" ] || [ "${setupPhase}" == "recovery" ] || [ "${setupPhase}" == "migration" ]; then
# get values from cache
source <(/home/admin/_cache.sh get ramGB hddGigaBytes hddBlocksBitcoin hddBlocksLitecoin setupPhase)
source <(/home/admin/_cache.sh get system_ram_gb hddGigaBytes hddBlocksBitcoin hddBlocksLitecoin setupPhase)
# custom backtitle for this dialog
backtitle="RaspiBlitz ${codeVersion}"
# display if RAM size
backtitle="${backtitle} / ${ramGB}GB RAM"
backtitle="${backtitle} / ${system_ram_gb}GB RAM"
# display if HDD conatains blockhain or not
if [ "${hddBlocksBitcoin}" == "1" ]; then