luci-app-baidupcs-web: fix checking running status

This commit is contained in:
CN_SZTL 2019-08-17 22:05:03 +08:00
parent d0d0eb75a2
commit fd5cb05691
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -7,7 +7,7 @@ local uci = require "luci.model.uci".cursor()
local m, s
local running=(luci.sys.call("pidof baidupcs-web > /dev/null") == 0)
local running=(luci.sys.call("pidof BaiduPCS-Web > /dev/null") == 0)
local button = ""
local state_msg = ""