We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a4a18 commit 7a70f7aCopy full SHA for 7a70f7a
Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
5
6
PKG_NAME:=adblock-fast
7
PKG_VERSION:=1.2.0
8
-PKG_RELEASE:=20
+PKG_RELEASE:=22
9
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
10
PKG_LICENSE:=AGPL-3.0-or-later
11
files/etc/init.d/adblock-fast
@@ -1839,6 +1839,7 @@ adb_config_update() {
1839
load_dl_command
1840
label="${config_update_url##*//}"
1841
label="${label%%/*}";
1842
+ [ -n "$enabled" ] || return 0
1843
[ -n "$config_update_enabled" ] || return 0
1844
1845
if [ "$param" != 'download' ]; then
0 commit comments