Commit b7183b6c authored by Franco Fichtner's avatar Franco Fichtner

firmware: and back in it goes

parent 952fd7f0
...@@ -122,8 +122,8 @@ if [ "$pkg_running" == "" ]; then ...@@ -122,8 +122,8 @@ if [ "$pkg_running" == "" ]; then
RQUERY=$(pkg rquery %v opnsense-update) RQUERY=$(pkg rquery %v opnsense-update)
if [ "${LQUERY%%_*}" != "${RQUERY%%_*}" ]; then if [ "${LQUERY%%_*}" != "${RQUERY%%_*}" ]; then
upgrade_needs_reboot="1" upgrade_needs_reboot="1"
#elif opnsense-update -c; then elif opnsense-update -c > /dev/null; then
# upgrade_needs_reboot="1" upgrade_needs_reboot="1"
fi fi
# First check if there are new packages that need to be installed # First check if there are new packages that need to be installed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment