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