Update temp.inc.sh

This commit is contained in:
2024-01-30 22:30:40 -06:00
parent 2ee0593728
commit 23c0312810

View File

@@ -136,7 +136,7 @@ CHECKTEMP(){
echo -e "${idsCL[LightCyan]} ${sensorname}${spc}${idsCL[Default]}: ${reading}"
if [ "${temptype}" == "fans" ]; then
MSG=" Golidlock Zone"; c=0; spc=''; spc1=`expr ${cw} - ${#MSG} - 1`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done
echo -e "${idsCL[LightCyan]}${MSG}${spc}${idsCL[Default]} : ${idsCL[LightGreen]}${DEFAULT_ESXI_EXHAUST_MIN}'F${idsCL[Default]}+-${ESXI_FANSPEED_GL_ZONE} [ ${idsCL[Green]}${GL_LOW}${idsCL[Default]} <--> ${idsCL[LightYellow]}${GL_HIGH}${idsCL[Default]} ]"
echo -e "${idsCL[LightCyan]}${MSG}${spc}${idsCL[Default]} : ${idsCL[LightGreen]}${DEFAULT_ESXI_EXHAUST_MIN}'F${idsCL[Default]}+-${ESXI_FANSPEED_GL_ZONE} [ ${idsCL[Green]}${GL_LOW}${idsCL[Default]} <--> ${idsCL[LightYellow]}${GL_HIGH}${idsCL[Default]} ]"
MSG=" Last checked"; c=0; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done
echo -e "${MSG}${spc}: ${idsCL[LightCyan]}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR} "+%m/%d @ %l:%M%p")${idsCL[Default]}"