diff options
-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 |