Suppression de log de debug

tags/ipasserelle-base-0.2.65-1 0.2.16
Daniel Berteaud 12 years ago
parent 4d31a649c3
commit e31fb58c66
  1. 1
      root/etc/cron.daily/purge-homes-recycle

@ -37,7 +37,6 @@ foreach my $user ($a->get_all_by_prop(type=>'user')){
my $key = $user->key;
# Skip the user if RecycleBin doesn't exists
next unless (-d "/home/e-smith/files/users/$key/home/Recycle Bin");
print "Checking $key\n";
# Convert retention in seconds
$retention = 60*60*24*$retention;
finddepth(\&remove, "/home/e-smith/files/users/$key/home/Recycle Bin/");

Loading…
Cancel
Save