* Supress output of ffluci-flash
This commit is contained in:
parent
e5e7237975
commit
064aa38fc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue