Update temp.inc.sh

This commit is contained in:
2024-05-09 20:10:41 -05:00
parent e945ce479f
commit ef2e54631f

View File

@@ -215,13 +215,13 @@ CHECKTEMP(){
fi
if [ ${DETAILS} -eq 1 ]; then
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| "
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -en " "
echo -e "${idsCL[White]}|---- ${idsCL[Default]} 15 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| "
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -en " "
echo -e "${idsCL[White]}|---- ${idsCL[Default]} 30 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| "
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -en " "
echo -e "${idsCL[White]}|---- ${idsCL[Default]} 60 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| "
[ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -en " "
echo -e "${idsCL[White]}|---- ${idsCL[Default]}120 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}"
fi