From 064aa38fc46715f98d5567174374ae5b46c3a252 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 11 Apr 2008 19:53:09 +0000 Subject: [PATCH] * Supress output of ffluci-flash --- core/src/ffluci/sys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/ffluci/sys.lua b/core/src/ffluci/sys.lua index 5b3f7a3c9..334768c0e 100644 --- a/core/src/ffluci/sys.lua +++ b/core/src/ffluci/sys.lua @@ -58,7 +58,7 @@ function flash(image, kpattern) if kpattern then cmd = cmd .. "-k '" .. kpattern:gsub("'", "") .. "' " end - cmd = cmd .. "'" .. image:gsub("'", "") .. "'" + cmd = cmd .. "'" .. image:gsub("'", "") .. "' >/dev/null 2>&1" return os.execute(cmd) end -- 2.25.1