Update temp.inc.sh

This commit is contained in:
2024-01-01 11:55:09 -06:00
parent de1203c08f
commit 72210a2c58

View File

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