mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
firmware: if the kernel hasn't been applied do it now
"opnsense-update -u" changes to not apply the kernel and the upgrade script will handle it. But in case this is going to be scripted by the user we should just make sure this still needs to be taken care of adding an extra reboot but that's ok.
This commit is contained in:
parent
afcb402aae
commit
ea8338767d
@ -2,7 +2,7 @@
|
||||
|
||||
# Perform major updates
|
||||
|
||||
for STAGE in B P; do
|
||||
for STAGE in K B P; do
|
||||
if opnsense-update -${STAGE}; then
|
||||
echo "Rebooting now."
|
||||
reboot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user