ipset: get_reestr_preresolved remove verbose curl

This commit is contained in:
bol-van 2022-12-14 14:04:15 +03:00
parent 6217e84074
commit aa191d25c4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ dl()
{
# $1 - url
# $2 - file
curl -vH "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
curl -H "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
{
echo list download failed : $1
exit 2

View File

@ -15,7 +15,7 @@ dl()
{
# $1 - url
# $2 - file
curl -vH "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
curl -H "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
{
echo list download failed : $1
exit 2