mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fix, forgot to remove a timer.
This won't be seen by users though unless they are running the debugger.
This commit is contained in:
parent
09b21295cc
commit
c805ecd0f0
2
inxi
2
inxi
|
@ -7344,7 +7344,7 @@ print_sensors_data()
|
||||||
if [[ -n ${a_sensors_working[2]} ]];then
|
if [[ -n ${a_sensors_working[2]} ]];then
|
||||||
psu_temp="${C1}psu:${C2} ${a_sensors_working[2]} "
|
psu_temp="${C1}psu:${C2} ${a_sensors_working[2]} "
|
||||||
fi
|
fi
|
||||||
gpu_temp=$( time get_gpu_temp_data )
|
gpu_temp=$( get_gpu_temp_data )
|
||||||
# dump the unneeded screen data for single gpu systems
|
# dump the unneeded screen data for single gpu systems
|
||||||
if [[ $( wc -w <<< $gpu_temp ) -eq 1 && $B_EXTRA_DATA != 'true' ]];then
|
if [[ $( wc -w <<< $gpu_temp ) -eq 1 && $B_EXTRA_DATA != 'true' ]];then
|
||||||
gpu_temp=$( cut -d ':' -f 2 <<< $gpu_temp )
|
gpu_temp=$( cut -d ':' -f 2 <<< $gpu_temp )
|
||||||
|
|
Loading…
Reference in a new issue