Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-12 10:16:23 -06:00
parent 74b8a26ddb
commit e04e76eb17

View File

@@ -807,7 +807,6 @@ MAINTENANCE_MODE(){
((item_number++))
done
fi
echo
done
@@ -819,7 +818,6 @@ MAINTENANCE_MODE(){
if ([ "${STATUS_ACTION}" == "repl" ] || [ "${STATUS_ACTION}" == "" ]) && [ ! -z ${!repls+x} ]; then
if [ "${MM_ACTION}" != "check" ]; then
[ "${MM_ACTION}" == "" ] && [ "${NM_REPL_CHECK[${NTYPE}]}" != "" ] && echo
echo -e "${idsCL[Green]}${NM_NODETYPES[${NTYPE}]} Replication Check(s)${idsCL[Default]}"
DIVIDER . green 52
fi