diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 6f774a17..c5cf5d34 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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