aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--check-routeros-update2
1 files changed, 2 insertions, 0 deletions
diff --git a/check-routeros-update b/check-routeros-update
index ea1fd31..5b5872d 100644
--- a/check-routeros-update
+++ b/check-routeros-update
@@ -104,5 +104,7 @@
[ $DeviceInfo ] . "\n\n" . \
"https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \
"" "true";
+ $LogPrintExit info ("A different RouterOS version " . ($Update->"latest-version") . \
+ " is available for downgrade.") false;
:set SentRouterosUpdateNotification ($Update->"latest-version");
}