mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
small output edit
This commit is contained in:
parent
f368a7c64c
commit
45b7042c16
2
inxi
2
inxi
|
@ -10743,7 +10743,7 @@ print_cpu_data()
|
|||
# this handles bsd case unless we get a way to get max/min cpu speeds
|
||||
if [[ ${a_cpu_speeds[2]} != 0 ]];then
|
||||
if [[ ${a_cpu_speeds[0]} == ${a_cpu_speeds[2]} ]];then
|
||||
a_cpu_working[1]="${a_cpu_speeds[0]} (max) MHz"
|
||||
a_cpu_working[1]="${a_cpu_speeds[0]} MHz (max)"
|
||||
else
|
||||
a_cpu_working[1]="${a_cpu_speeds[0]} (max ${a_cpu_speeds[2]}) MHz"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue