update
This commit is contained in:
@@ -224,7 +224,7 @@ CHECKTEMPSENSOR(){
|
||||
elif [ "${PW_SENSOR_TYPE[${1}]}" == "system" ] && [[ "${1}" = *"FAN"* ]]; then
|
||||
GAUGESH="'R"
|
||||
else
|
||||
GAUGESH="'F"
|
||||
GAUGESH="°F"
|
||||
fi
|
||||
if [ "${6}" != "noavg" ]; then
|
||||
[ "${6}" != "" ] && [[ "${6}" =~ ^[0-9]+$ ]] && avgdays=${6} || avgdays=3
|
||||
|
||||
Reference in New Issue
Block a user