From 277177662f0630df77479e660751f7d824e91b94 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 6 Nov 2019 16:24:52 +1000 Subject: Don't run report generators in the background. --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 1c1491a..40c308d 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -667,7 +667,7 @@ else if nil == rfile then C("opening " .. report .. " file - " .. e) else rfile:close() I("Creating " .. report .. " report.") - execute("./" .. report .. " &") + execute("./" .. report .. " ") end end -- cgit v1.1