Update temp.inc.sh

This commit is contained in:
2024-01-09 13:16:40 -06:00
parent 7b6e3efe56
commit 4ed667b84b

View File

@@ -281,6 +281,7 @@ CHECKTEMP_SERVICE(){
[ -d ${PW_TMPFOLDER}/.lasttemp ] && rm -Rf ${PW_TMPFOLDER}/.lasttemp
mkdir ${PW_TMPFOLDER}/.lasttemp
rm -f ${PW_TMPFOLDER}/ztemprun.*
rm -f ${PW_TMPFOLDER}/.fancheck.*
while true; do
start=$(date +%s)