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