This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
delete files after processing
master
Pascal Gloor
5 years ago
parent
79f42fdbf3
commit
226366144f
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
bin/autodoc_process.pl
+ 2
- 0
bin/autodoc_process.pl
View File
@@ -148,6 +148,8 @@ foreach my $file ( readdir(Q) ) {
else {
print "\terror: file doesn't contain manadatory UUIDs in its name\n";
}
print "\tdeleting $file\n";
unlink("$queuedir/$file");
}
closedir(Q);
Write
Preview
Loading…
Cancel
Save