From b28c423f3028ab9695e967db11641a59ba02f63c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 9 Oct 2023 16:21:55 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 7985ff2a..e8f87c84 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -2,7 +2,7 @@ STATUS(){ start=`date +%s` ST_ACTION=${1} - if [ "${1}" = "report" ] || [ "${2}" = "report" ]; then + if [ "${1}" == "report" ] || [ "${2}" == "report" ] || [ "${3}" == "report" ]; then unset idsCL idsBG idsST idsCL=('') idsBG=('')