From b9d1280e08e3d3f9e36eee117df7e0cd262d0547 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 22:09:58 -0500 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 8825a6c1..715ac794 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -12,7 +12,7 @@ STATUS(){ ST_ACTION=repl fi declare -i cw; declare -i spc1; declare -i c - + echo "$(date) - LOCAL - ${NODE_HOSTNAME} - Starting Status Check" >> ${LOGFILE} ######################## if [ "${ST_ACTION}" == "report" ] || [ "${ST_ACTION}" == "repl" ] || [ "${ST_ACTION}" == "check" ] || [ "${ST_ACTION}" == "" ]; then if [ "${ST_ACTION}" != "check" ]; then @@ -665,7 +665,7 @@ STATUS(){ fi ######################## ######################## - + echo "$(date) - LOCAL - ${NODE_HOSTNAME} - Completed Status Check" >> ${LOGFILE} if [ "${ST_ACTION}" != "check" ]; then echo "" if [ -z $action ] || [ "${action}" = "gui" ]; then