Update temp.inc.sh
This commit is contained in:
@@ -399,7 +399,10 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
|
||||
temp_h=''
|
||||
|
||||
fi
|
||||
echo "HERE1: ${SENSOR} = ${last_temp[${SENSOR//-/}]}"
|
||||
[ "${last_temp[${SENSOR//-/}]}" == "" ] && last_temp[${SENSOR//-/}]=0
|
||||
echo "HERE2: ${SENSOR} = ${last_temp[${SENSOR//-/}]}"
|
||||
echo
|
||||
logtemp=${PW_LOGFOLDER}/log-temp-${SENSOR}
|
||||
if [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user