From 30fe20cf15c53c00ae3b2cdaaf756adbba0d776c Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 14 Nov 2019 00:12:08 +1000 Subject: Clean up. --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon.lua') diff --git a/apt-panopticon.lua b/apt-panopticon.lua index d6bc05a..71d3629 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -711,7 +711,6 @@ else os.execute("rm -f results/*.txt") end os.execute("rm -f results/*.check") - os.execute("mkdir -p results; touch results/stamp") logFile, e = io.open("results/LOG_apt-panopticon.html", "a+") if nil == logFile then C("opening log file - " .. e); return end logPre() @@ -752,5 +751,6 @@ else end end logPost() + os.execute("rm -f results/*.lua") logFile:close() end -- cgit v1.1