if["${FOUND_CORE_TEMP}"="0"]&&[-f /sys/class/thermal/thermal_zone0/temp ];then## Sensors is not available or returned no temps, but temp file is (likely raspberry pi) so use that to show temperature.
if["${FOUND_CORE_TEMP}"="0"]&&[-f /sys/class/thermal/thermal_zone0/temp ];then## Sensors is not available or returned no temps, but temp file is present (likely raspberry pi) so use that to show temperature.
###############################
## Print available core temp - raspberry pi.
RAW_CORE_TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)## File contains integer value equal to 1000*temperature