From df0734b37b11593ae9fa85d648fbcfce3f27497d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 28 Oct 2019 10:44:00 +0100 Subject: [PATCH] firmware: expect pkg to be installed as non-automatic #3473 --- src/opnsense/scripts/firmware/health.sh | 3 +++ 1 file changed, 3 insertions(+) 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