diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-18 23:11:10 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-18 23:11:10 +0100 |
commit | 182bd2fa0b21a499c8d82f479a261997fc4631f9 (patch) | |
tree | bafc98965846901b6bd78ea08319768a5e20ea17 /check-routeros-update | |
parent | 60ca07dc8a583e4585ab7b84773f6da17193b909 (diff) |
check-routeros-update: give more context
Diffstat (limited to 'check-routeros-update')
-rw-r--r-- | check-routeros-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-routeros-update b/check-routeros-update index 09127d3..02c547a 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -34,7 +34,7 @@ :if ([ :len [ / system package find where name="wireless" disabled=no ] ] > 0) do={ :if ([ / interface wireless cap get enabled ] = true && \ [ / caps-man manager get enabled ] = false) do={ - $LogPrintExit error "System is managed by CAPsMAN, not checking." true; + $LogPrintExit error "System is managed by CAPsMAN, not checking for RouterOS version." true; } } |