From c3b5b574bfd81f2093c4d795a929e27ed34708f1 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 6 Feb 2020 14:13:24 +1000 Subject: Rewrite some of the output. Move explanations into tooltips. Invent a crappy HTML template "system". General clean up of text. --- apt-panopticon.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'apt-panopticon.lua') diff --git a/apt-panopticon.lua b/apt-panopticon.lua index a36b229..60e73f4 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -1129,7 +1129,6 @@ else os.execute("rm -f results/*.html 2>/dev/null") os.execute("rm -f results/*.txt 2>/dev/null") end - os.execute('ln -s ../explanations.html results/explanations.html 2>/dev/null') if not APT.logOpen('apt-panopticon') then return end I("Starting tests " .. table.concat(APT.options.tests.value, ", ")) -- cgit v1.1