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