diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b327854b..dbe4b633 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="(replication)"; else item='HOST DOWN'; fi