mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-23 12:24:28 +02:00
check-routeros-update: replace hard-coded version
This commit is contained in:
parent
1f526b3561
commit
6c8fa8e639
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
:local NumLatestFeature ($NumLatest & $BitMask);
|
||||
:local Link ("https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree");
|
||||
|
||||
:if ($NumLatest < 117505792) do={
|
||||
:if ($NumLatest < [ $VersionToNum "7.0" ]) do={
|
||||
$LogPrint info $ScriptName ("The version '" . ($Update->"latest-version") . "' is not a valid version.");
|
||||
:error false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue