From 312e86f9925366fa02ab90188edfcf6ae63624d1 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 17 May 2022 17:43:03 +0200 Subject: [PATCH] #3106 fix GB display on wait screen --- home.admin/setup.scripts/eventInfoWait.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/setup.scripts/eventInfoWait.sh b/home.admin/setup.scripts/eventInfoWait.sh index 44abf3bf8..68f6850b2 100644 --- a/home.admin/setup.scripts/eventInfoWait.sh +++ b/home.admin/setup.scripts/eventInfoWait.sh @@ -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