mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
forgot to remove a debugger, grr
This commit is contained in:
parent
904290c8a0
commit
fdd359621b
2
inxi
2
inxi
|
@ -9184,7 +9184,7 @@ print_short_data()
|
|||
local cpu_model="${a_cpu_working[0]}"
|
||||
## assemble data for output
|
||||
local cpu_clock="${a_cpu_working[1]}" # old CPU3
|
||||
echo $cpu_clock
|
||||
# echo $cpu_clock
|
||||
if [[ -z ${a_cpu_working[1]} || ${a_cpu_working[1]} < 50 ]];then
|
||||
a_cpu_working[1]=$(get_cpu_speed_hack)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue