Update status.inc

This commit is contained in:
2023-10-09 16:19:06 -05:00
parent 245a2dd4f3
commit 6001a74dbf

View File

@@ -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=('')