Update temp.inc.sh
This commit is contained in:
@@ -418,8 +418,8 @@ CHECKTEMP_SERVICE(){
|
|||||||
rm -f ${sensor}
|
rm -f ${sensor}
|
||||||
((s_count++))
|
((s_count++))
|
||||||
echo -en "HERE: ${tsensor} = "
|
echo -en "HERE: ${tsensor} = "
|
||||||
[ -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor}* ] && echo yes || echo no
|
[ -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor} ] && echo yes || echo no
|
||||||
[ -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor}* ] && rm -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor}*
|
[ -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor} ] && rm -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor}*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user