From a6c3dfbe1fdb30926236779b36ea2f7227af64d9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 17:42:19 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6d635374..41c90fde 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2270,7 +2270,7 @@ DOWNLIST(){ itemname="${NM_DOCKERS[${ditem#*-}]} (docker)" elif [[ $ditem == *"-"* ]] && [ "${REPL_DESC[${item}]}" != "" ]; then itemname=${REPL_DESC[${item}]} - itemname="${itemname} (replication)" + #itemname="${itemname} (replication)" else itemname='HOST DOWN'; fi