Update status.inc

This commit is contained in:
2023-05-22 22:56:19 -05:00
parent 6c3d8df441
commit 5a27dc4527

View File

@@ -12,7 +12,6 @@ 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
@@ -673,7 +672,6 @@ STATUS(){
fi
########################
########################
echo "$(date) - LOCAL - ${NODE_HOSTNAME} - Completed Status Check" >> ${LOGFILE}
if [ "${ST_ACTION}" != "check" ]; then
echo ""
if [ -z $action ] || [ "${action}" = "gui" ]; then