diff options
author | onefang | 2019-11-06 16:24:52 +1000 |
---|---|---|
committer | onefang | 2019-11-06 16:24:52 +1000 |
commit | 277177662f0630df77479e660751f7d824e91b94 (patch) | |
tree | 6246d6718fb8cbac4ab47cb5ceedd9a50dc44a09 | |
parent | Clear out more stuff on startup. (diff) | |
download | apt-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.
Diffstat (limited to '')
-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 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 | ||