This commit is contained in:
2024-12-01 18:05:05 -06:00
parent 753e1a6a7d
commit ce2c2f7213
3 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.8.12-12012024'
VERS='2.8.12a-12012024'
noheader=' update service dailytemp confsync -r -report test '
@@ -13,6 +13,9 @@ PW_INCFOLDER=${PW_FOLDER}/inc
PW_LOGFOLDER=${PW_FOLDER}/logs
PW_LOGARCHIVE=${PW_FOLDER}/logs/archive
PW_TMPFOLDER=${PW_FOLDER}/.tmp
NM_FOLDER='/opt/idssys/nodemgmt'
NM_TMPFOLDER=${NM_FOLDER}/.tmp
[ ! -d ${PW_INCFOLDER} ] && mkdir ${PW_INCFOLDER}
[ ! -d ${PW_LOGFOLDER} ] && mkdir ${PW_LOGFOLDER}
[ ! -d ${PW_LOGARCHIVE} ] && mkdir ${PW_LOGARCHIVE}