Update temp.inc.sh

This commit is contained in:
2025-12-26 20:59:42 -06:00
parent d8521f8bce
commit 923ecaf2b1

View File

@@ -120,7 +120,7 @@ CHECKTEMP(){
GAUGESH="°F"
fi
[ ${REPORT} -eq 0 ] && [ ${DETAILS} -eq 0 ] && ([ "${last_sensor%%-*}" == "${SENSOR_DESC%%-*}" ] && [ "${SENSOR_DESC%%-*}" != "ServerRoomXXXX" ]) && [ "${last_sensor}" != "Offsite-ServerRoom" ] && echo -en "\033[1A"
# [ ${REPORT} -eq 0 ] && [ ${DETAILS} -eq 0 ] && ([ "${last_sensor%%-*}" == "${SENSOR_DESC%%-*}" ] && [ "${SENSOR_DESC%%-*}" != "ServerRoomXXXX" ]) && [ "${last_sensor}" != "Offsite-ServerRoom" ] && echo -en "\033[1A"
c=0; spc=''; spc1=`expr ${cw} - ${#SENSOR_DESC}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done
[ ${REPORT} -eq 0 ] && echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR_DESC}${idsST[Reset]}${spc}${idsCL[Default]}: ${idsCL[Yellow]}Pulling data ... "