Update status.inc

This commit is contained in:
2023-10-09 16:21:55 -05:00
parent 6001a74dbf
commit b28c423f30

View File

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