This commit is contained in:
2023-05-02 21:51:38 -05:00
parent d76630e1d6
commit bb9f77f5a4
2 changed files with 14 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='4.6.24-04302023'
VERS='4.6.27-04302023'
#NODETYPES=WEB,LB
NODETYPES=MYSQL,LB,WEB,NC,WPD,LPD,MM,PW
@@ -34,7 +34,8 @@ CERT_DAEMON='/snap/bin/certbot'
FOLDER=/opt/idssys/nodemgmt
TMPFOLDER=${FOLDER}/.tmp
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
LOGFILE=${FOLDER}/logfile
LOGFOLDER=${FOLDER}/logs
LOGFILE=${LOGFOLDER}/logfile
RENOTIFY=900
[ ! -d ${TMPFOLDER} ] && mkdir ${TMPFOLDER}