Files
smeserver-clamav/root/etc/e-smith/db/configuration/migrate/clamavconfig
Jean-Philippe Pialasse 0017726fa9 * Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-5.sme
- change key type from service to configuration [SME: 11367]
2025-03-05 19:01:39 -05:00

7 lines
135 B
Plaintext

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