Update temp.inc.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user