From 4d101e7cab1b9d8cd2efbef51631e5d1d21f5c3d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 8 Jun 2015 10:55:29 +0200 Subject: [PATCH] firmware: folded message into opnsense-update(8) --- src/opnsense/scripts/pkg_upgrade.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/opnsense/scripts/pkg_upgrade.sh b/src/opnsense/scripts/pkg_upgrade.sh index 2b3471a6b..ad78b61da 100755 --- a/src/opnsense/scripts/pkg_upgrade.sh +++ b/src/opnsense/scripts/pkg_upgrade.sh @@ -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