mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 09:57:17 +01:00
add codeRelease to LCD dialog
This commit is contained in:
@@ -186,7 +186,7 @@ elif [ "${eventID}" == "waitsetup" ] && [ "${mode}" == "lcd" ]; then
|
||||
source <(/home/admin/_cache.sh get system_ram_gb hddGigaBytes hddBlocksBitcoin hddBlocksLitecoin setupPhase)
|
||||
|
||||
# custom backtitle for this dialog
|
||||
backtitle="RaspiBlitz ${codeVersion}"
|
||||
backtitle="RaspiBlitz ${codeVersion}-${codeRelease}"
|
||||
|
||||
# display if RAM size
|
||||
backtitle="${backtitle} / ${system_ram_gb}GB RAM"
|
||||
|
||||
Reference in New Issue
Block a user