aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
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
711 os.execute("rm -f results/*.txt") 711 os.execute("rm -f results/*.txt")
712 end 712 end
713 os.execute("rm -f results/*.check") 713 os.execute("rm -f results/*.check")
714 os.execute("mkdir -p results; touch results/stamp")
715 logFile, e = io.open("results/LOG_apt-panopticon.html", "a+") 714 logFile, e = io.open("results/LOG_apt-panopticon.html", "a+")
716 if nil == logFile then C("opening log file - " .. e); return end 715 if nil == logFile then C("opening log file - " .. e); return end
717 logPre() 716 logPre()
@@ -752,5 +751,6 @@ else
752 end 751 end
753 end 752 end
754 logPost() 753 logPost()
754 os.execute("rm -f results/*.lua")
755 logFile:close() 755 logFile:close()
756end 756end