Update defaults.inc

This commit is contained in:
2025-07-12 21:58:52 -05:00
parent 7203025321
commit a5a7e1dcb2

View File

@@ -21,6 +21,7 @@ PW_INCFOLDER=${PW_FOLDER}/inc
PW_LOGARCHIVE=${PW_LOGFOLDER}/archive
PW_TMPFOLDER=${PW_FOLDER}/.tmp
([ -f ${PW_TMPFOLDER}/.nosend_update ] && [ $(expr `date +%s` - $(stat -c %Y ${PW_TMPFOLDER}/.nosend_update)) -ge 45 ]) && rm -f ${PW_TMPFOLDER}/.nosend_update
[ ! -d ${PW_INCFOLDER} ] && mkdir ${PW_INCFOLDER}