mirror of https://github.com/hak5/openwrt-owl.git
parent
3846834c85
commit
d8aee6e471
|
@ -165,5 +165,8 @@ do_upgrade() {
|
||||||
}
|
}
|
||||||
v "Upgrade completed"
|
v "Upgrade completed"
|
||||||
[ -n "$DELAY" ] && sleep "$DELAY"
|
[ -n "$DELAY" ] && sleep "$DELAY"
|
||||||
ask_bool 1 "Reboot" && reboot
|
ask_bool 1 "Reboot" && {
|
||||||
|
v "Rebooting system..."
|
||||||
|
reboot
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue