Update temp.inc.sh

This commit is contained in:
2024-01-03 11:37:41 -06:00
parent cec1cb43ae
commit 24cf5b0e93

View File

@@ -104,6 +104,7 @@ CHECKTEMP(){
fi
fi
done
unset avgdays
end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}"
[ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
}