smeserver-clamav/root/etc/e-smith/db/configuration/migrate/clamavLogTime

8 lines
144 B
Plaintext

{
my $clamav = $DB->get('clamav');
return unless $clamav;
my $LogTime = 'yes';
$DB->set_prop('clamav', 'LogTime', $LogTime);
}