This commit is contained in:
2023-07-16 22:32:02 -05:00
parent c35401f557
commit 07a8f8ce51
6 changed files with 17 additions and 19 deletions

View File

@@ -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})