diff --git a/defaults.inc b/defaults.inc index c112f588..621b8ec3 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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 ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 587f4192..1fd10f60 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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]}"