mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 21:59:19 +02:00
#3106 fix GB display on wait screen
This commit is contained in:
parent
a2bbecc03f
commit
312e86f992
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user