Update temp.inc.sh
This commit is contained in:
@@ -160,7 +160,7 @@ CHECKTEMP(){
|
||||
fi
|
||||
if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then
|
||||
if [ "${average}" != "" ]; then
|
||||
[ "${temp_f}" != "" ] && [ "${temp_f_disp}" != "0" ] && fws=10 || fws=9
|
||||
[ "${temp_f}" != "" ] && fws=10 || fws=8
|
||||
tmp="${spca}${average_disp}${GAUGESH}"
|
||||
else
|
||||
fws=22
|
||||
|
||||
Reference in New Issue
Block a user