From 13f8ab0e1d270be30c01e8bd8a71a24f845092f1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Sep 2023 19:22:00 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- nodemgmt-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 397e19e0..8f662c50 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.12.6-09102023' +VERS='4.12.7-09102023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense ' CERT_DAEMON='/snap/bin/certbot' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c5588b40..643ce60c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -682,7 +682,7 @@ DOWNLIST(){ elif [[ $ditem == *"~"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then itemname="${NM_REPL_DESC[${item}]} (replication)" else - itemname='${item} DOWN'; + itemname="${item} DOWN"; [ "${NM_HOSTNAMES[${host}]}" != "" ] && itemname="${itemname}: ${NM_HOSTNAMES[${host}]}" fi