mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix printf
This commit is contained in:
parent
695dbfb1f0
commit
4f6cf0275d
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ ${color_yellow} ,'/ ${color_gray}Refreshed: ${datetime}
|
|||
${color_yellow} ,' / ${color_gray}CPU load${load##up*, }, temp ${tempC}°C ${tempF}°F
|
||||
${color_yellow} ,' /_____, ${color_gray}Free Mem ${color_ram}${ram} ${color_gray} HDDuse ${color_hdd}${hdd}${color_gray}
|
||||
${color_yellow} .'____ ,' ${color_gray}SSH admin@${color_green}${local_ip}${color_gray} d${network_rx} u${network_tx}
|
||||
"
|
||||
%s" "${lastline}"
|
||||
|
||||
if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then
|
||||
echo "${undervoltageReports} undervoltage reports - run 'Hardware Test' in menu"
|
||||
|
|
Loading…
Add table
Reference in a new issue