local: make wget quiet
This commit is contained in:
parent
6d7fccf127
commit
43e20c431f
2
CONF.sh
2
CONF.sh
|
@ -465,7 +465,7 @@ esac
|
|||
if [ -d "/etc/ssl/ca-debian" ]; then
|
||||
export WGET_OPTS="--ca-directory /etc/ssl/ca-debian/"
|
||||
fi
|
||||
export WGET="wget $WGET_OPTS"
|
||||
export WGET="wget -q $WGET_OPTS"
|
||||
|
||||
# Run the make_image step in parallel? Specify the number of calls to
|
||||
# use in parallel here if desired. Don't go too high - this *will*
|
||||
|
|
Loading…
Reference in New Issue