7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
|
{
|
|
foreach my $sservice (qw(clamav)) {
|
|
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
|
|
}
|
|
}
|