aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-11-06 16:24:52 +1000
committeronefang2019-11-06 16:24:52 +1000
commit277177662f0630df77479e660751f7d824e91b94 (patch)
tree6246d6718fb8cbac4ab47cb5ceedd9a50dc44a09
parentClear out more stuff on startup. (diff)
downloadapt-panopticon-277177662f0630df77479e660751f7d824e91b94.zip
apt-panopticon-277177662f0630df77479e660751f7d824e91b94.tar.gz
apt-panopticon-277177662f0630df77479e660751f7d824e91b94.tar.bz2
apt-panopticon-277177662f0630df77479e660751f7d824e91b94.tar.xz
Don't run report generators in the background.
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
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
667 if nil == rfile then C("opening " .. report .. " file - " .. e) else 667 if nil == rfile then C("opening " .. report .. " file - " .. e) else
668 rfile:close() 668 rfile:close()
669 I("Creating " .. report .. " report.") 669 I("Creating " .. report .. " report.")
670 execute("./" .. report .. " &") 670 execute("./" .. report .. " ")
671 end 671 end
672 end 672 end
673 673