diff options
Diffstat (limited to 'net/adblock/files/adblock.sh')
-rwxr-xr-x | net/adblock/files/adblock.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock/files/adblock.sh b/net/adblock/files/adblock.sh index 492edbaa9..f2a962378 100755 --- a/net/adblock/files/adblock.sh +++ b/net/adblock/files/adblock.sh @@ -400,7 +400,7 @@ f_fetch() { ;; "curl") [ "${adb_fetchinsecure}" = "1" ] && insecure="--insecure" - adb_fetchparm="${adb_fetchparm:-"${insecure} --connect-timeout 20 --silent --show-error --location -o"}" + adb_fetchparm="${adb_fetchparm:-"${insecure} --connect-timeout 20 --fail --silent --show-error --location -o"}" ;; "uclient-fetch") [ "${adb_fetchinsecure}" = "1" ] && insecure="--no-check-certificate" |