aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-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