luci-app-speederv2: fix status check

This commit is contained in:
CN_SZTL 2020-11-14 17:34:20 +08:00
parent 11de2d95dd
commit f083afebad
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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