From a79c28de15345ffc587d1cc8e12cbd3970f38638 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 21:42:10 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index e8b4c013..d78b647a 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -172,9 +172,9 @@ STATUS(){ # if [ "${ST_ACTION}" == "report" ] || [ "${ST_ACTION}" == "repl" ] || [ "${ST_ACTION}" == "check" ] || [ "${ST_ACTION}" == "" ]; then if [ "${ST_ACTION}" == "repl" ] || [ "${ST_ACTION}" == "" ] || ([ "${ST_ACTION}" == "report" ] && [ ${REPLRUN} -eq 1 ]); then if [ "${ST_ACTION}" != "check" ]; then - echo -en "${idsST[Bold]}"; DIVIDER + echo -e "${idsST[Bold]}"; DIVIDER echo -e "${idsCL[Yellow]} Replication Status Between the Primary and Secondary Nodes${idsCL[Default]}" - DIVIDER; echo -e "${idsST[Reset]}" + DIVIDER; echo -en "${idsST[Reset]}" fi for NTYPE in "${ntypesel[@]}"; do