This commit is contained in:
2023-10-03 11:09:53 -05:00
parent 609e2fcb04
commit a9f8bf48db
2 changed files with 8 additions and 8 deletions

View File

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