Update temp.inc.sh

This commit is contained in:
2024-04-21 12:40:51 -05:00
parent e2504e9691
commit 1928404408

View File

@@ -330,9 +330,9 @@ CHECKTEMP(){
echo -e " Last checked : ${idsCL[LightCyan]}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR} "+%m/%d @ %l:%M%p")${idsCL[Default]}"
echo -en " Last set : ${FSC}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set "+%m/%d @ %l:%M%p") "
if [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "u" ]; then
echo -en "\u2B06"
echo -en "\u2B06 "
elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "d" ]; then
echo -en "\u2B07"
echo -en "\u2B07 "
fi
echo -e "${idsCL[Default]}"
fi