mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
firmware: folded message into opnsense-update(8)
This commit is contained in:
parent
01870edad7
commit
4d101e7cab
@ -45,10 +45,6 @@ if [ -z "$pkg_running" ]; then
|
||||
/usr/local/etc/rc.restart_webgui >> ${PKG_PROGRESS_FILE}
|
||||
# if we can update base, we'll do that as well
|
||||
if opnsense-update -c -bk; then
|
||||
echo "!!!!!!!!!!!! ATTENTION !!!!!!!!!!!!!!" >> ${PKG_PROGRESS_FILE}
|
||||
echo "A kernel/base upgrade is in progress." >> ${PKG_PROGRESS_FILE}
|
||||
echo "Please do not turn off the system." >> ${PKG_PROGRESS_FILE}
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >> ${PKG_PROGRESS_FILE}
|
||||
if opnsense-update -bk >> ${PKG_PROGRESS_FILE}; then
|
||||
REBOOT=1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user