luci-app-speederv2: fix status check
This commit is contained in:
parent
32ec2a1c33
commit
e0f1d35be7
@ -18,6 +18,6 @@ end
|
||||
function action_status()
|
||||
luci.http.prepare_content("application/json")
|
||||
luci.http.write_json({
|
||||
running = is_running("speederv2")
|
||||
running = is_running("udpspeeder")
|
||||
})
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user