Update status.inc
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
STATUS(){
|
STATUS(){
|
||||||
start=`date +%s`
|
start=`date +%s`
|
||||||
ST_ACTION=${1}
|
ST_ACTION=${1}
|
||||||
|
echo "HERE [ ${1} == report ] || [ ${2} == report ] || [ ${3} == report ]"
|
||||||
if [ "${1}" == "report" ] || [ "${2}" == "report" ] || [ "${3}" == "report" ]; then
|
if [ "${1}" == "report" ] || [ "${2}" == "report" ] || [ "${3}" == "report" ]; then
|
||||||
unset idsCL idsBG idsST
|
unset idsCL idsBG idsST
|
||||||
idsCL=('')
|
idsCL=('')
|
||||||
|
|||||||
Reference in New Issue
Block a user