update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='2.7.41-05092024'
|
VERS='2.7.43-05112024'
|
||||||
|
|
||||||
noheader=' update service dailytemp confsync -r -report '
|
noheader=' update service dailytemp confsync -r -report '
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ CHECKTEMP(){
|
|||||||
avgdays=noavg
|
avgdays=noavg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ 1 -eq 2 ] && [ "${TTYPE}" != "esxi" ]; then
|
if [ "${TTYPE}" != "esxi" ]; then
|
||||||
DIVIDER . yellow ${PRI_WIDTH}
|
DIVIDER . yellow ${PRI_WIDTH}
|
||||||
if [ "${avgdays}" != "noavg" ]; then
|
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]}"
|
echo -e "${idsCL[LightYellow]}SENSOR TEMPERATURE(S) Current / ${idsCL[LightYellow]}${avgdays_disp}AVG${spchdr}${idsCL[Yellow]}warning${idsCL[Default]} / ${idsCL[LightRed]}critical${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user