mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
Fixes wrong ANSI colors if "Free HDD" < 10%
The characters and next line (lightning ANSI graphic) after "Free HDD" were incorrectly highlighted once "Free HDD" is < 10%.
This commit is contained in:
parent
00c778ace4
commit
9f843341cd
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ ${color_yellow} ${color_amber}%s ${color_green} ${ln_alias}
|
|||
${color_yellow} ${color_gray}${network} Fullnode + Lightning Network ${torInfo}
|
||||
${color_yellow} ,/ ${color_yellow}%s
|
||||
${color_yellow} ,'/ ${color_gray}%s, temp %s°C %s°F
|
||||
${color_yellow} ,' / ${color_gray}Free Mem ${color_ram}${ram} ${color_gray} Free HDD ${color_hdd}%s
|
||||
${color_yellow} ,' / ${color_gray}Free Mem ${color_ram}${ram} ${color_gray} Free HDD ${color_hdd}%s${color_gray}
|
||||
${color_yellow} ,' /_____, ${color_gray}ssh admin@${color_green}${local_ip}${color_gray} ▼${network_rx} ▲${network_tx}
|
||||
${color_yellow} .'____ ,' ${color_gray}${webinterfaceInfo}
|
||||
${color_yellow} / ,' ${color_gray}${network} ${color_green}${networkVersion} ${chain}net ${color_gray}Sync ${sync_color}${sync} %s${torrentBaseStatus}${torrentUpdateStatus}
|
||||
|
|
Loading…
Add table
Reference in a new issue