6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
{
|
|
foreach my $sservice (qw(backup backupwk)) {
|
|
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
|
|
}
|
|
}
|