mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
firmware: comment on compexity avoidance in shell menu
Fix plist while here.
This commit is contained in:
parent
e30d7c88cb
commit
38578176e4
2
plist
2
plist
@ -243,6 +243,8 @@
|
||||
/usr/local/opnsense/data/proxy/template_error_pages/ERR_ZERO_SIZE_OBJECT.html
|
||||
/usr/local/opnsense/data/proxy/template_error_pages/error-details.txt
|
||||
/usr/local/opnsense/data/proxy/template_error_pages/errorpage.css
|
||||
/usr/local/opnsense/firmware-message
|
||||
/usr/local/opnsense/firmware-upgrade
|
||||
/usr/local/opnsense/mvc/app/cache/README
|
||||
/usr/local/opnsense/mvc/app/config/config.php
|
||||
/usr/local/opnsense/mvc/app/config/loader.php
|
||||
|
||||
@ -27,6 +27,14 @@
|
||||
|
||||
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.
|
||||
# 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
|
||||
# the complexity of GUI/API updates so that bugs are most likely avoided.
|
||||
|
||||
SCRIPTSDIR="/usr/local/opnsense/scripts/firmware"
|
||||
RELEASE=$(opnsense-update -vR)
|
||||
PROMPT="y/N"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user