Update defaults.inc
This commit is contained in:
@@ -5,7 +5,6 @@ NM_BETA=false
|
|||||||
|
|
||||||
|
|
||||||
noheader=' test service status-check nightlyrephp7.3-fpm,new backup report reportrun check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '
|
noheader=' test service status-check nightlyrephp7.3-fpm,new backup report reportrun check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '
|
||||||
CERT_DAEMON='/opt/certbot/bin/certbot'
|
|
||||||
|
|
||||||
declare -i errtime
|
declare -i errtime
|
||||||
[ "${NM_FOLDER}" == "" ] && NM_FOLDER=/opt/idssys/nodemgmt
|
[ "${NM_FOLDER}" == "" ] && NM_FOLDER=/opt/idssys/nodemgmt
|
||||||
@@ -46,6 +45,8 @@ if [ -f ${NM_FOLDER}/conf/defaults.local.inc ]; then
|
|||||||
source ${NM_FOLDER}/conf/defaults.local.inc
|
source ${NM_FOLDER}/conf/defaults.local.inc
|
||||||
|
|
||||||
[ "${NM_REPL_CHECK_TIMEOUT}" != "" ] && NM_REPL_CHECK_TIMEOUT=${NM_REPL_CHECK_TIMEOUT} || NM_REPL_CHECK_TIMEOUT=5 #MINUTES
|
[ "${NM_REPL_CHECK_TIMEOUT}" != "" ] && NM_REPL_CHECK_TIMEOUT=${NM_REPL_CHECK_TIMEOUT} || NM_REPL_CHECK_TIMEOUT=5 #MINUTES
|
||||||
|
[ "${CERT_DAEMON}" == "" ] && CERT_DAEMON='/opt/certbot/bin/certbot'
|
||||||
|
|
||||||
|
|
||||||
IFS=,
|
IFS=,
|
||||||
LOCAL_SERVICES=(${LOCAL_SERVICES})
|
LOCAL_SERVICES=(${LOCAL_SERVICES})
|
||||||
|
|||||||
Reference in New Issue
Block a user