mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
turned off debugger
This commit is contained in:
parent
168266634f
commit
151f1841cd
4
inxi
4
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue