check-routeros-update: make invalid version string a warning

This commit is contained in:
Christian Hesse 2024-11-12 17:42:54 +01:00
parent d97f63fa5a
commit 04172f0438

View file

@ -73,7 +73,7 @@
:local Link ("https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree");
:if ($NumLatest < [ $VersionToNum "7.0" ]) do={
$LogPrint info $ScriptName ("The version '" . ($Update->"latest-version") . "' is not a valid version.");
$LogPrint warning $ScriptName ("The version '" . ($Update->"latest-version") . "' is not a valid version.");
:error false;
}