Update temp.inc.sh
This commit is contained in:
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user