update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
#!/usr/bin/env bash
|
||||
VERS='4.10.5-07162023'
|
||||
|
||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns '
|
||||
@@ -18,7 +18,7 @@ declare -i errtime
|
||||
|
||||
NM_SRVCOPT=(start stop restart reload enable disable)
|
||||
|
||||
if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
|
||||
if [ -f ${NM_FOLDER}/conf/defaults.local.inc ]; then
|
||||
declare -A NM_HOSTS
|
||||
declare -A NM_SERVICES_CHECK
|
||||
declare -A NM_DOCKERS_CHECK
|
||||
@@ -37,7 +37,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
|
||||
declare -A NM_CERTPATHS
|
||||
declare -A NM_WWWPATHS
|
||||
|
||||
source ${NM_FOLDER}/defaults.local.inc
|
||||
source ${NM_FOLDER}/conf/defaults.local.inc
|
||||
|
||||
IFS=,
|
||||
LOCAL_SERVICES=(${LOCAL_SERVICES})
|
||||
|
||||
Reference in New Issue
Block a user