adblock: update 2.1.5

* fix init boot function
* made fetch utility check more bullet proof
* automatically switch between default wget & uclient-fetch
configuration
* output link to online documentation on error
* update documentation

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2017-01-23 19:03:41 +01:00
parent 42d6e40423
commit 92c098fc02
4 changed files with 38 additions and 27 deletions
+2 -2
View File
@@ -24,10 +24,10 @@ boot()
if [ -n "${wanif4}" ] || [ -n "${wanif6}" ]
then
rc_procd start_service
else
rc_procd service_triggers
return 0
fi
fi
rc_procd service_triggers
}
start_service()