Update temp.inc.sh

This commit is contained in:
2024-05-09 21:03:19 -05:00
parent 6a219ef350
commit af501e9712

View File

@@ -242,7 +242,7 @@ CHECKTEMP(){
fi
([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " "
[ ${#M} -eq 2 ] && echo -n " "
echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${lico} ${OLD_temp_f[1]}${GAUGESH}"
echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${idsCL[White]}:${lclr} ${lico} ${OLD_temp_f[1]}${GAUGESH}"
done
if [ $(bc -l <<< "${temp_f} < $(echo "scale=2; ${OLD_temp_f[1]}+${PW_TEMPIND_DIFF}" | bc)") -eq 1 ] && [ $(bc -l <<< "$(echo "scale=2; ${OLD_temp_f[1]}-${PW_TEMPIND_DIFF}" | bc) < ${temp_f}") -eq 1 ]; then