Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-12 10:37:15 -06:00
parent 77c48f8001
commit 14e7fea2a1

View File

@@ -818,7 +818,7 @@ MAINTENANCE_MODE(){
if ([ "${STATUS_ACTION}" == "repl" ] || [ "${STATUS_ACTION}" == "" ]) && [ ! -z ${!repls+x} ]; then
if [ "${MM_ACTION}" != "check" ]; then
echo -e "${idsCL[LightCyan]} ${NM_NODETYPES[${NTYPE}]} Replication Check(s)${idsCL[Default]}"
echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${NM_NODETYPES[${NTYPE}]} Replication Check(s)${idsST[Reset]}${idsCL[Default]}"
DIVIDER . lightCyan 52
fi
PH=${NTYPE}_HOSTS[0]