Update temp.inc.sh
This commit is contained in:
@@ -227,6 +227,8 @@ CHECKTEMP(){
|
||||
lclr="${idsCL[LightGreen]}"
|
||||
elif [ $(bc -l <<< "${temp_f} < ${OLD_temp_f[1]}") -eq 1 ]; then
|
||||
lclr="${idsCL[LightCyan]}"
|
||||
else
|
||||
lclr="${idsCL[Default]}"
|
||||
fi
|
||||
([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " "
|
||||
[ ${#M} -eq 2 ] && echo -n " "
|
||||
|
||||
Reference in New Issue
Block a user