Skip to content

Commit 416e5e0

Browse files
committed
luci-app-jntools: use short format on flash
1 parent daf095e commit 416e5e0

File tree

1 file changed

+1
-0
lines changed
  • package/utils/luci-app-jntools/luasrc/controller

1 file changed

+1
-0
lines changed

package/utils/luci-app-jntools/luasrc/controller/jntools.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function action_flash(command)
2121

2222
if firmware then
2323
cmd[#cmd + 1] = firmware
24+
cmd[#cmd + 1] = "-q"
2425
end
2526

2627
luci.http.prepare_content("application/json")

0 commit comments

Comments
 (0)