projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7190c17
)
[package] base-files: show reboot notification is sysupgrade
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 May 2009 01:54:09 +0000
(
01:54
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 May 2009 01:54:09 +0000
(
01:54
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15730
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/upgrade/common.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index
7739275
..
361c73a
100644
(file)
--- a/
package/base-files/files/lib/upgrade/common.sh
+++ b/
package/base-files/files/lib/upgrade/common.sh
@@
-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
+ }
}