diff --git a/src/opnsense/scripts/firmware/check.sh b/src/opnsense/scripts/firmware/check.sh index 6c1be50f9..729d6ccaa 100755 --- a/src/opnsense/scripts/firmware/check.sh +++ b/src/opnsense/scripts/firmware/check.sh @@ -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