Update defaults.inc
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user