Update defaults.inc

This commit is contained in:
2023-11-08 23:43:37 -06:00
parent 2aad4cac1d
commit b0d841289b

View File

@@ -9,7 +9,7 @@ NM_TMPFOLDER=${NM_FOLDER}/.tmp
NM_LOGFOLDER=${NM_FOLDER}/logs
NM_LOGFILE=${NM_LOGFOLDER}/logfile
RENOTIFY_TIMEOUT=360
RENOTIFY_TIMEOUT=3600
[ ! -d ${NM_TMPFOLDER} ] && mkdir ${NM_TMPFOLDER}
[ ! -d ${NM_LOGFOLDER} ] && mkdir ${NM_LOGFOLDER}