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