smeserver-clamrt/root/etc/e-smith/templates/etc/clamrt.list/20ibays

11 lines
208 B
Plaintext
Raw Normal View History

2012-07-02 22:20:31 +02:00
{
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";
}
2012-07-02 22:44:07 +02:00
$OUT .= '';
2012-07-02 22:20:31 +02:00
}