Update temp.inc.sh

This commit is contained in:
2024-05-09 21:19:16 -05:00
parent 27c3d46f50
commit 8ab38f9686

View File

@@ -245,7 +245,7 @@ CHECKTEMP(){
([ "${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
echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${lclr} ${lico}${spc}${OLD_temp_f}${GAUGESH}"
echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${lclr} ${lico}${spc}${OLD_temp_f}${GAUGESH}"
done
fi