From d5ec15d0c23812ffd043d46afe54c12434e8710f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 17:44:33 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c8df94f6..42506635 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2269,8 +2269,7 @@ DOWNLIST(){ elif [[ $ditem == *"-"* ]] && [ "${NM_DOCKERS[${item}]}" != "" ]; then itemname="${NM_DOCKERS[${ditem#*-}]} (docker)" elif [[ $ditem == *"-"* ]] && [ "${REPL_DESC[${item}]}" != "" ]; then - itemname=${REPL_DESC[${item}]} - itemname="${itemname} (replication)" + itemname="${REPL_DESC[${item}]} (replication)" else itemname='HOST DOWN'; fi