Fix templates clamrt.list

This commit is contained in:
Daniel Berteaud 2012-07-02 22:44:07 +02:00
parent 42a8ead6ea
commit 9f61b64bb9
4 changed files with 4 additions and 2 deletions

View File

@ -6,4 +6,6 @@ my $a = esmith::AccountsDB->open_ro || die "Couldn't open AccountsDB\n";
my @ibays = $a->ibays();
my @shares = $a->get_all_by_prop(type=>'share');
$OUT .= '';
}

View File

@ -6,5 +6,5 @@ foreach my $share (@shares){
next unless ($av eq 'enabled');
$OUT .= "/home/e-smith/files/shares/$name/files\n";
}
$OUT .= '';
}

View File

@ -6,5 +6,5 @@ foreach my $ibay (@ibays){
next unless ($av eq 'enabled');
$OUT .= "/home/e-smith/files/ibays/$name\n";
}
$OUT .= '';
}