diff --git a/inxi b/inxi index 6081143..40f3bdd 100755 --- a/inxi +++ b/inxi @@ -7344,7 +7344,7 @@ print_sensors_data() if [[ -n ${a_sensors_working[2]} ]];then psu_temp="${C1}psu:${C2} ${a_sensors_working[2]} " fi - gpu_temp=$( time get_gpu_temp_data ) + gpu_temp=$( get_gpu_temp_data ) # dump the unneeded screen data for single gpu systems if [[ $( wc -w <<< $gpu_temp ) -eq 1 && $B_EXTRA_DATA != 'true' ]];then gpu_temp=$( cut -d ':' -f 2 <<< $gpu_temp )