From 947850d130d3afd58aa57e1506118684f9bc5d69 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 17:35:31 -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 e53de5c3..827909c9 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="${item} (replication)" else item='HOST DOWN'; fi