This commit is contained in:
2024-05-11 22:29:01 -05:00
parent bcb511eaa5
commit abdfe400af
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.7.41-05092024'
VERS='2.7.43-05112024'
noheader=' update service dailytemp confsync -r -report '

View File

@@ -76,7 +76,7 @@ CHECKTEMP(){
avgdays=noavg
fi
if [ 1 -eq 2 ] && [ "${TTYPE}" != "esxi" ]; then
if [ "${TTYPE}" != "esxi" ]; then
DIVIDER . yellow ${PRI_WIDTH}
if [ "${avgdays}" != "noavg" ]; then
echo -e "${idsCL[LightYellow]}SENSOR TEMPERATURE(S) Current / ${idsCL[LightYellow]}${avgdays_disp}AVG${spchdr}${idsCL[Yellow]}warning${idsCL[Default]} / ${idsCL[LightRed]}critical${idsCL[Default]}"