mirror of
https://github.com/openwrt/routing.git
synced 2025-12-26 11:16:32 +04:00
Merge pull request #437 from rogerpueyo/luci-app-bmx6-graph-sys-exec
luci-app-bmx6: Avoid race condition in bmx6json.lua get()
This commit is contained in:
@@ -59,6 +59,7 @@ function get(field, host)
|
||||
|
||||
if json_url[1] == "http" then
|
||||
raw,err = wget(url..field,1000)
|
||||
sys.exec("")
|
||||
else
|
||||
|
||||
if json_url[1] == "exec" then
|
||||
|
||||
Reference in New Issue
Block a user