smeserver-clamrt/root/etc/e-smith/templates/etc/clamrt.list/20ibays
Daniel Berteaud ef19c772cf Fix templates
2012-07-03 22:12:11 +02:00

11 lines
208 B
Plaintext

{
foreach my $ibay (@ibays){
my $name = $ibay->key;
my $av = $ibay->prop('ClamRT') || 'disabled';
next unless ($av eq 'enabled');
$OUT .= "/home/e-smith/files/ibays/$name\n";
}
$OUT .= '';
}