mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
base-files: show reboot notification is sysupgrade
SVN-Revision: 15730
This commit is contained in:
parent
3846834c85
commit
d8aee6e471
1 changed files with 4 additions and 1 deletions
|
|
@ -165,5 +165,8 @@ do_upgrade() {
|
|||
}
|
||||
v "Upgrade completed"
|
||||
[ -n "$DELAY" ] && sleep "$DELAY"
|
||||
ask_bool 1 "Reboot" && reboot
|
||||
ask_bool 1 "Reboot" && {
|
||||
v "Rebooting system..."
|
||||
reboot
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue