diff options
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; } } |