* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme

- change key type from service to configuration [SME: 11367]
This commit is contained in:
2025-03-05 17:56:06 -05:00
parent d559924622
commit 88f15951bd
4 changed files with 11 additions and 3 deletions

View File

@@ -1 +1 @@
service
configuration

View File

@@ -1 +1 @@
service
configuration

View File

@@ -0,0 +1,5 @@
{
foreach my $sservice (qw(backup backupwk)) {
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
}
}