diff --git a/plugins/boinc/boinc_projs b/plugins/boinc/boinc_projs index 8769b3be..f471c117 100755 --- a/plugins/boinc/boinc_projs +++ b/plugins/boinc/boinc_projs @@ -150,7 +150,7 @@ for my $rslt_info (@rsltInfos) { my $acttask = $acttask[0]; $acttask =~ s/^\s+active_task_state: //; if (( ($schedstat eq "2") && ($state eq "2") && ($acttask eq "1") ) || - ( ($schedstate eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) { + ( ($schedstat eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) { # This is running task $projects{$url}->{prj_running} += 1; }