aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-02-18 23:11:10 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-02-18 23:11:10 +0100
commit182bd2fa0b21a499c8d82f479a261997fc4631f9 (patch)
treebafc98965846901b6bd78ea08319768a5e20ea17
parent60ca07dc8a583e4585ab7b84773f6da17193b909 (diff)
check-routeros-update: give more context
-rw-r--r--check-routeros-update2
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;
}
}