From 1323015e03644ce33041cf54f0ecba3bf86da805 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 28 Feb 2019 10:46:21 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 83895661..7decc0be 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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]}"