reactivated remove_orphaned_files.
This commit is contained in:
parent
6982561a6d
commit
4a046ecf3d
|
@ -25,7 +25,7 @@ for my $session (@ARGV) {
|
|||
$dbh->commit();
|
||||
}
|
||||
remove_orphaned_sessions();
|
||||
#remove_orphaned_files();
|
||||
remove_orphaned_files();
|
||||
remove_orphaned_versions();
|
||||
$dbh->disconnect();
|
||||
exit();
|
||||
|
|
Loading…
Reference in New Issue