Update temp.inc.sh

This commit is contained in:
2024-05-09 21:18:19 -05:00
parent 9f5b043aea
commit 6ac80a0424

View File

@@ -244,7 +244,7 @@ CHECKTEMP(){
fi
([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " "
[ ${#M} -eq 2 ] && echo -n " "
c=0; spc=''; spc1=`expr 7 - ${#OLD_temp_f}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done
c=0; spc=''; spc1=`expr 6 - ${#OLD_temp_f}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done
echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${lclr} ${lico}${spc}${OLD_temp_f}${GAUGESH}"
done