Update temp.inc.sh

This commit is contained in:
2024-05-12 17:15:16 -05:00
parent 14849e3ef9
commit 726af15f02

View File

@@ -257,7 +257,8 @@ CHECKTEMP(){
fi
([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " "
echo -en "${idsCL[Default]} "
[ ${#M} -eq 2 ] && echo -n " "
# [ ${#M} -eq 2 ] && echo -n " "
c=0; spc1=`expr ${#M} - 1`; until [ ${spc1} < ${c} ]; do echo -n " "; ((c++)); done
if [ "${OLD_temp_f}" != "" ]; then
c=0; spc=''; spc1=`expr ${spc_cnt} - ${#OLD_temp_f}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done