Skip to content

Commit b0e7476

Browse files
committed
bugfix: 4 bool options processing
1 parent 1e15243 commit b0e7476

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
55

66
PKG_NAME:=adblock-fast
77
PKG_VERSION:=1.2.0
8-
PKG_RELEASE:=12
8+
PKG_RELEASE:=14
99
PKG_MAINTAINER:=Stan Grishin <[email protected]>
1010
PKG_LICENSE:=AGPL-3.0-or-later
1111

files/etc/init.d/adblock-fast

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,12 @@ load_package_config() {
809809
[ "$debug_init_script" = '1' ] || unset debug_init_script
810810
[ "$debug_performance" = '1' ] || unset debug_performance
811811
[ "$enabled" = '1' ] || unset enabled
812+
[ "$force_dns" = '1' ] || unset force_dns
812813
[ "$ipv6_enabled" = '1' ] || unset ipv6_enabled
814+
[ "$parallel_downloads" = '1' ] || unset parallel_downloads
813815
[ "$procd_trigger_wan6" = '1' ] || unset procd_trigger_wan6
816+
[ "$sanity_check" = '1' ] || unset sanity_check
817+
[ "$update_config_sizes" = '1' ] || unset update_config_sizes
814818

815819
dns_set_output_values "$dns"
816820
[ "$heartbeat_domain" = '-' ] && unset heartbeat_domain || heartbeat_domain="$(sanitize_domain "$heartbeat_domain")"

0 commit comments

Comments
 (0)