firmware: don't trust pkg now or in the future with `-q'

This commit is contained in:
Franco Fichtner 2019-06-05 08:33:20 +02:00
parent f55ad273b7
commit ea04d268ec

View File

@ -124,7 +124,7 @@ if [ -z "${pkg_running}" ]; then
else
# fetch before install lets us know more,
# although not as fast as it should be...
pkg fetch -qy "${pkg_selected}"
pkg fetch -y "${pkg_selected}" > /dev/null 2>&1
daemon -p ${pidfile} -o ${outfile} pkg install -n "${pkg_selected}"
fi