diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-07 00:21:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-07 00:21:47 +0200 |
commit | 2907dbe18f0ac17b9fcae5df56b673d129839d66 (patch) | |
tree | 8a7fb322a494f2186abf5ab4c1a2cdae34d91b28 /global-config | |
parent | d8b2055fbce578884dfac36fca372101c14cd8af (diff) |
check-routeros-update: support installing patch updates automatically
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global-config b/global-config index 5f22b6b..3976e69 100644 --- a/global-config +++ b/global-config @@ -46,6 +46,8 @@ # The configured channel (bugfix, current, release-candidate) is appended. :global SafeUpdateUrl ""; #:global SafeUpdateUrl "https://example.com/ros/safe-update/"; +# Allow to install patch updates automatically. +:global SafeUpdatePatch false; # These thresholds control when to send health notification # on temperature and voltage. |