Delete the broken file list when it's no longer needed
This commit is contained in:
parent
a3b14e7670
commit
cdd37fc14e
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ done
|
|||
|
||||
rm -f ${old_file_list}
|
||||
rm -f ${new_file_list}
|
||||
rm -f ${broken_file_list}
|
||||
|
||||
print_statistics
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue