diff --git a/src/opnsense/scripts/firmware/health.sh b/src/opnsense/scripts/firmware/health.sh index c81ec7a71..d157a566e 100755 --- a/src/opnsense/scripts/firmware/health.sh +++ b/src/opnsense/scripts/firmware/health.sh @@ -164,6 +164,9 @@ EOF AUTOSET="set" VITAEXPECT=1 VITASET="not set" + elif [ ${DEP} = "pkg" ]; then + AUTOEXPECT=0 + AUTOSET="set" fi if [ "${AUTO}" != ${AUTOEXPECT} ]; then