diff --git a/inc/status.inc b/inc/status.inc index 2916c0d2..7985ff2a 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -2,7 +2,7 @@ STATUS(){ start=`date +%s` ST_ACTION=${1} - if [ "${ST_ACTION}" = "report" ]; then + if [ "${1}" = "report" ] || [ "${2}" = "report" ]; then unset idsCL idsBG idsST idsCL=('') idsBG=('')