From 55e72659efade0af5ee37e7a1937d9897c3108d9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 17:34:04 -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 6694e07c..e53de5c3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2270,7 +2270,7 @@ DOWNLIST(){ item="${NM_DOCKERS[${ditem#*-}]} (docker)" elif [[ $ditem == *"-"* ]] && [ "${REPL_DESC[${ditem#*-}]}" != "" ]; then item=${REPL_DESC[${ditem#*-}]} - item=." (replication)" + item.=" (replication)" else item='HOST DOWN'; fi