Activate mail_error on grading script
This commit is contained in:
parent
95c6d77613
commit
e11d9082da
2 changed files with 5 additions and 7 deletions
|
@ -7,8 +7,6 @@ use Carp;
|
|||
use Pod::Usage;
|
||||
use Text::ParseWords;
|
||||
|
||||
use lib "../../";
|
||||
|
||||
use ACU::Defense;
|
||||
use ACU::Grading;
|
||||
use ACU::Log;
|
||||
|
@ -16,6 +14,8 @@ use ACU::LDAP;
|
|||
use ACU::Process;
|
||||
use ACU::Trace;
|
||||
|
||||
$ACU::Log::mail_error = 1;
|
||||
|
||||
our $basedir = "/intradata";
|
||||
|
||||
sub process
|
||||
|
|
Reference in a new issue