mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
* Fixed Typo
This commit is contained in:
@@ -56,7 +56,7 @@ end
|
||||
function flash(image, kpattern)
|
||||
local cmd = "ffluci-flash "
|
||||
if kpattern then
|
||||
cmd = cmd .. "-k '" .. kapttern:gsub("'", "") .. "' "
|
||||
cmd = cmd .. "-k '" .. kpattern:gsub("'", "") .. "' "
|
||||
end
|
||||
cmd = cmd .. "'" .. image:gsub("'", "") .. "'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user