* Supress output of ffluci-flash

This commit is contained in:
Steven Barth 2008-04-11 19:53:09 +00:00
parent e5e7237975
commit 064aa38fc4

View file

@ -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