adblock-fast: bugfix: pause command
* the pause command used to incorrectly cause block-lists reload, this
has been fixed in this version
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit dfeeabbebf
)
This commit is contained in:
parent
421e2c75a8
commit
b37dec1de1
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=adblock-fast
|
PKG_NAME:=adblock-fast
|
||||||
PKG_VERSION:=1.1.1
|
PKG_VERSION:=1.1.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
|
|
||||||
|
|
|
@ -1716,7 +1716,7 @@ adb_start() {
|
||||||
action="$(config_cache get 'trigger_service')"
|
action="$(config_cache get 'trigger_service')"
|
||||||
fw4_restart_flag="$(config_cache get 'trigger_fw4')"
|
fw4_restart_flag="$(config_cache get 'trigger_fw4')"
|
||||||
|
|
||||||
if [ "$action" = 'on_boot' ] || [ "$param" = 'on_boot' ]; then
|
if [ "$action" = 'on_boot' ] || [ "$param" = 'on_boot' ] || [ "$param" = 'on_pause' ]; then
|
||||||
if cache 'test_gzip' || cache 'test'; then
|
if cache 'test_gzip' || cache 'test'; then
|
||||||
action='restore'
|
action='restore'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue