From f285cf6fc894692a7732712d71e3cc6c65f6d6c2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 17:38:37 -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 299f0943..3b268f05 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2269,7 +2269,7 @@ DOWNLIST(){ item="${NM_DOCKERS[${ditem#*-}]} (docker)" elif [[ $ditem == *"-"* ]] && [ "${REPL_DESC[${item}]}" != "" ]; then echo ${REPL_DESC[${item}]} - item="${REPL_DESC[${item}]} (replication)" + item="${REPL_DESC[${item}]} replication" else item='HOST DOWN'; fi