Commit 952fd7f0 authored by Franco Fichtner's avatar Franco Fichtner

firmware: back out refined reboot detection for now

parent 0a8876ed
......@@ -122,8 +122,8 @@ if [ "$pkg_running" == "" ]; then
RQUERY=$(pkg rquery %v opnsense-update)
if [ "${LQUERY%%_*}" != "${RQUERY%%_*}" ]; then
upgrade_needs_reboot="1"
elif opnsense-update -c; then
upgrade_needs_reboot="1"
#elif opnsense-update -c; then
# upgrade_needs_reboot="1"
fi
# 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