Commit 4d101e7c authored by Franco Fichtner's avatar Franco Fichtner

firmware: folded message into opnsense-update(8)

parent 01870eda
...@@ -45,10 +45,6 @@ if [ -z "$pkg_running" ]; then ...@@ -45,10 +45,6 @@ if [ -z "$pkg_running" ]; then
/usr/local/etc/rc.restart_webgui >> ${PKG_PROGRESS_FILE} /usr/local/etc/rc.restart_webgui >> ${PKG_PROGRESS_FILE}
# if we can update base, we'll do that as well # if we can update base, we'll do that as well
if opnsense-update -c -bk; then 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 if opnsense-update -bk >> ${PKG_PROGRESS_FILE}; then
REBOOT=1 REBOOT=1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment