diff --git a/defaults.inc b/defaults.inc index 538ca306..16607705 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='4.6.21-04302023' +VERS='4.6.23-04302023' #NODETYPES=WEB,LB NODETYPES=MYSQL,LB,WEB,NC,WPD,LPD,MM,PW diff --git a/inc/status.inc b/inc/status.inc index 53f5aa8e..2d0d66b3 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -412,8 +412,7 @@ STATUS(){ echo -e "${idsST[Bold]}"; DIVIDER echo -e "${idsCL[Yellow]} Replication Status Between the Primary and Secondary Nodes${idsCL[Default]}" DIVIDER; echo -e "${idsST[Reset]}" - msg="Starting processes to collect/monitor replication status : " - echo -e " ${idsCL[LightCyan]}${msg}${spc}: " + echo -en " ${idsCL[LightCyan]}Starting processes to collect/monitor replication status : " fi for NTYPE in "${NODE_TYPES[@]}"; do PH=${NTYPE}_HOSTS[0] @@ -467,6 +466,7 @@ STATUS(){ elif [ -f ${TMPFOLDER}/repl.${rcheck}.${nip}.timeout ]; then checked=timeout fi + rm -f ${TMPFOLDER}/repl.${rcheck}.${nip}.* done if [ "${checked}" == "timeout" ]; then [ "${ST_ACTION}" != "check" ] && echo -e "${idsCL[Red]}Timeout${idsCL[Default]}"