Update temp.inc.sh

This commit is contained in:
2024-01-30 21:51:31 -06:00
parent 709e88a3fc
commit 39f2881992

View File

@@ -135,7 +135,7 @@ CHECKTEMP(){
echo -e "${MSG}${spc}: ${idsCL[White]}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR} "+%m/%d @ %l:%M%p")${idsCL[Default]}"
MSG=" Last set"
c=0; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done
echo -e "${MSG}${spc}: ${idsCL[White]}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set "+%m/%d @ %l:%M%p")${idsCL[Default]}"
echo -e "${MSG}${spc}: ${FSC}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set "+%m/%d @ %l:%M%p")${idsST[Reset]}${idsCL[Default]}"
fi
fi
((t++))