Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-30 21:45:53 -05:00
parent f4d1f19273
commit 7fd3a685f3

View File

@@ -426,7 +426,7 @@ STATUS(){
echo -e "${idsCL[Yellow]} Replication Status Between the Primary and Secondary Nodes${idsCL[Default]}"
DIVIDER; echo -e "${idsST[Reset]}"
fi
echo "$(date) - TIMEOUT - ${rcheck} - $(SHOW_TIME $(`expr date +%s - $replstart`) s)" >> ${FOLDER}/log.repl
for NTYPE in "${NODE_TYPES[@]}"; do
PH=${NTYPE}_HOSTS[0]
PH_CMD="ssh root@${!PH}"