1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] base-files: use "reboot -f" after sysupgrade to prevent executing deleted init scripts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27776 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2011-07-25 22:19:55 +00:00
parent b47797b83c
commit 6f259421e5
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ do_upgrade() {
[ -n "$DELAY" ] && sleep "$DELAY"
ask_bool 1 "Reboot" && {
v "Rebooting system..."
reboot
reboot -f
sleep 5
echo b 2>/dev/null >/proc/sysrq-trigger
}