diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-03 14:15:24 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-06 21:06:48 +0100 |
commit | d2d913ec19c0395fdc1090bb8baaf911d79dbab0 (patch) | |
tree | 8ec9bb795b4eba3802a49151e311e740d78f8223 /doc/check-routeros-update.md | |
parent | a9741336b89a41a8cbf252c799ef3926b268b6e0 (diff) |
check-routeros-update: allow to install all updates automatically...
... but with extra hurdle for more awareness of danger.
Let's not send a new notification, intentionally. This feature is
dangerous, and we should not advertise it.
Diffstat (limited to 'doc/check-routeros-update.md')
-rw-r--r-- | doc/check-routeros-update.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/check-routeros-update.md b/doc/check-routeros-update.md index 8eec19b..8e158e1 100644 --- a/doc/check-routeros-update.md +++ b/doc/check-routeros-update.md @@ -56,6 +56,10 @@ The configuration goes to `global-config-overlay`, these are the parameters: automatically * `SafeUpdateUrl`: url on webserver to check for safe update, the channel (`long-term`, `stable` or `testing`) is appended +* `SafeUpdateAll`: install **all** updates automatically + +> ℹ️ **Info**: Installing **all** updates automatically requires extra +> confirmation. See `global-config` for details. Also notification settings are required for [e-mail](mod/notification-email.md), |