Update temp.inc.sh
This commit is contained in:
@@ -435,14 +435,14 @@ CHECKTEMP(){
|
||||
lmd="WARNING "
|
||||
elif [ "${TTYPE}" == "fans" ] && [ $(bc -l <<< "${temp_f} < ${GL_LOW}") -eq 1 ]; then
|
||||
lclr="${idsCL[LightCyan]}"
|
||||
lmd="COOL "
|
||||
lmd="COOL "
|
||||
else
|
||||
lclr="${idsCL[Green]}"
|
||||
lmd="Normal "
|
||||
fi
|
||||
else
|
||||
lclr="${idsCL[LightCyan]}"
|
||||
lmd=" "
|
||||
lmd=" "
|
||||
fi
|
||||
c=0; spct=''; spc1=`expr 7 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; ((c++)); done
|
||||
reading="${lclr}${lmd}${spct}${temp_f}${GAUGESH}"
|
||||
|
||||
Reference in New Issue
Block a user