From 28fa452a478e46be3a5bc16871bb7e4467f52ff6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 29 Jun 2021 14:42:43 +0200 Subject: [PATCH] firmware: fix comment on previous --- src/opnsense/scripts/shell/firmware.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/opnsense/scripts/shell/firmware.sh b/src/opnsense/scripts/shell/firmware.sh index 39b576ab3..a811d554b 100755 --- a/src/opnsense/scripts/shell/firmware.sh +++ b/src/opnsense/scripts/shell/firmware.sh @@ -27,9 +27,11 @@ set -e -# From this shell script never execute any remote check priror to user -# consent. The first action is the changelog fetch. After that we -# opportunistically run the selected major "upgrade"/minor "update" request. +# From this shell script never execute any remote work priror to user +# consent. The first action is the unconditional changelog fetch after +# script invoke. After that we opportunistically run the selected major +# "upgrade"/minor "update" request as it appears to be available. +# # Except for the reboot check, we never inspect the incoming integrity # of the update: in case there is none available the respective function # will tell us itself. With this we shield the firmware shell run from