Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-28 10:46:21 -06:00
parent 657f53fcb4
commit 1323015e03

View File

@@ -312,7 +312,7 @@ STATUS(){
done
fi
########################
if [ "${ST_ACTION}" = "" ] || [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "repl" ]; then
if [ "${ST_ACTION}" = "" ] || [ "${ST_ACTION}" = "reportXXXXXXXXXXXX" ] || [ "${ST_ACTION}" = "repl" ]; then
if [ "${ST_ACTION}" != "check" ]; then
echo -e "${idsST[Bold]}"; DIVIDER
echo -e "${idsCL[Yellow]} Replication Status Between the Primary and Secondary Nodes${idsCL[Default]}"