diff options
author | onefang | 2019-11-14 00:12:08 +1000 |
---|---|---|
committer | onefang | 2019-11-14 00:12:08 +1000 |
commit | 30fe20cf15c53c00ae3b2cdaaf756adbba0d776c (patch) | |
tree | c396a7da6d47e7d608d1562568494ee80af8e283 | |
parent | Oops-- (diff) | |
download | apt-panopticon-30fe20cf15c53c00ae3b2cdaaf756adbba0d776c.zip apt-panopticon-30fe20cf15c53c00ae3b2cdaaf756adbba0d776c.tar.gz apt-panopticon-30fe20cf15c53c00ae3b2cdaaf756adbba0d776c.tar.bz2 apt-panopticon-30fe20cf15c53c00ae3b2cdaaf756adbba0d776c.tar.xz |
Clean up.
-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 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() |
756 | end | 756 | end |