mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
adblock: minor update 3.8.6-2
* fix service status message
* refine readme regarding reload cron job (provided by @novoid)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit a94610c88f)
This commit is contained in:
@@ -83,9 +83,9 @@ report()
|
||||
rc_procd "${adb_script}" report "${1:-"+"}" "${2:-"50"}" "${3:-"false"}" "${4:-"true"}"
|
||||
}
|
||||
|
||||
status()
|
||||
status_service()
|
||||
{
|
||||
local key keylist value
|
||||
local key keylist value
|
||||
local rtfile="$(uci_get adblock extra adb_rtfile "/tmp/adb_runtime.json")"
|
||||
|
||||
if [ -s "${rtfile}" ]
|
||||
|
||||
Reference in New Issue
Block a user