diff options
| author | onefang | 2019-11-26 01:01:45 +1000 |
|---|---|---|
| committer | onefang | 2019-11-26 01:01:45 +1000 |
| commit | 90f8442c92863a5b69a4643e8217bcbb4d3edd6d (patch) | |
| tree | 14d6d41c07f770ff34c05c77572420772f1f7af0 | |
| parent | Cut down the abount of meta files downloaded automatically (diff) | |
| download | apt-panopticon-90f8442c92863a5b69a4643e8217bcbb4d3edd6d.zip apt-panopticon-90f8442c92863a5b69a4643e8217bcbb4d3edd6d.tar.gz apt-panopticon-90f8442c92863a5b69a4643e8217bcbb4d3edd6d.tar.bz2 apt-panopticon-90f8442c92863a5b69a4643e8217bcbb4d3edd6d.tar.xz | |
Oops, clean up after curl downloads.
| -rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 59a65d2..19f48c9 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
| @@ -906,7 +906,7 @@ else | |||
| 906 | if testing("Integrity") or testing("Updated") then | 906 | if testing("Integrity") or testing("Updated") then |
| 907 | while 0 < checkExes(downloadLock) do os.execute("sleep 10") end | 907 | while 0 < checkExes(downloadLock) do os.execute("sleep 10") end |
| 908 | end | 908 | end |
| 909 | os.execute("rm -f results/*.check") | 909 | os.execute("rm -f results/*.check; rm -f results/*.lock") |
| 910 | 910 | ||
| 911 | -- Create the reports. | 911 | -- Create the reports. |
| 912 | for n, r in pairs(options.reports.value) do | 912 | for n, r in pairs(options.reports.value) do |
