firmware: debug output

This commit is contained in:
Franco Fichtner 2024-11-14 11:17:27 +01:00
parent 6efafb6d1b
commit d46b8e5766

View File

@ -30,7 +30,6 @@ MUSTCHECK="yes"
for PACKAGE in $(/usr/local/sbin/pluginctl -g system.firmware.plugins | \
/usr/bin/sed 's/,/ /g'); do
echo "foobar $PACKAGE" | ${TEE} ${LOCKFILE}
if ! ${PKG} query %n ${PACKAGE} > /dev/null; then
if [ -n "${MUSTCHECK}" ] ; then
COREPKG=$(opnsense-version -n)