mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
firmware: back out refined reboot detection for now
This commit is contained in:
parent
0a8876ed58
commit
952fd7f076
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user