7 lines
135 B
Plaintext
Raw Normal View History

{
foreach my $sservice (qw(clamav)) {
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
}
}