|
@ -6,7 +6,7 @@ |
|
|
# |
|
|
# |
|
|
LC_ALL=C |
|
|
LC_ALL=C |
|
|
PATH="/usr/sbin:/usr/bin:/sbin:/bin" |
|
|
PATH="/usr/sbin:/usr/bin:/sbin:/bin" |
|
|
adb_scriptver="1.5.2" |
|
|
|
|
|
|
|
|
adb_scriptver="1.5.3" |
|
|
adb_mincfgver="2.5" |
|
|
adb_mincfgver="2.5" |
|
|
adb_hotplugif="" |
|
|
adb_hotplugif="" |
|
|
adb_lanif="lan" |
|
|
adb_lanif="lan" |
|
@ -242,10 +242,12 @@ f_envcheck() |
|
|
f_depend "wget -" "true" |
|
|
f_depend "wget -" "true" |
|
|
if [ "${package_ok}" = "true" ] |
|
|
if [ "${package_ok}" = "true" ] |
|
|
then |
|
|
then |
|
|
adb_fetch="$(which wget)" |
|
|
|
|
|
|
|
|
adb_fetch="$(which /usr/bin/wget* | head -1)" |
|
|
fetch_parm="--no-config --quiet --tries=1 --no-cache --no-cookies --max-redirect=0 --dns-timeout=${adb_fetchttl} --connect-timeout=${adb_fetchttl} --read-timeout=${adb_fetchttl}" |
|
|
fetch_parm="--no-config --quiet --tries=1 --no-cache --no-cookies --max-redirect=0 --dns-timeout=${adb_fetchttl} --connect-timeout=${adb_fetchttl} --read-timeout=${adb_fetchttl}" |
|
|
response_parm="--spider --server-response" |
|
|
response_parm="--spider --server-response" |
|
|
else |
|
|
|
|
|
|
|
|
fi |
|
|
|
|
|
if [ -z "${adb_fetch}" ] |
|
|
|
|
|
then |
|
|
rc=-1 |
|
|
rc=-1 |
|
|
f_log "please install 'uclient-fetch' or 'wget' with ssl support to use adblock" |
|
|
f_log "please install 'uclient-fetch' or 'wget' with ssl support to use adblock" |
|
|
f_exit |
|
|
f_exit |
|
|