diff --git a/inxi b/inxi index 934b214..1d9cf52 100755 --- a/inxi +++ b/inxi @@ -3024,7 +3024,7 @@ get_sensors_data() } # dumping the extra + signs, nobody has negative temps # also, note gawk treats ° as a space, so we have to get the C/F data - # explicitly by testing for $4 ~ /C|F/ then concatenating manually + # explicitly by testing for $3 or $4 ~ /C|F/ then concatenating manually # there are some guesses here, and we will need a lot more data of # different systems before this can be trusted much. Note that there # is a hack here to handle cases where search term has 1 or 2 words with space @@ -3084,7 +3084,7 @@ get_sensors_data() IFS="$ORIGINAL_IFS" log_function_data "A_SENSORS_DATA: ${A_SENSORS_DATA[@]}" - echo "A_SENSORS_DATA: ${A_SENSORS_DATA[@]}" +# echo "A_SENSORS_DATA: ${A_SENSORS_DATA[@]}" eval $LOGFE }