mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-25 21:34:34 +02:00
check-routeros-update: log and print on available downgrade
This commit is contained in:
parent
22a9a11c73
commit
0f0d539c67
1 changed files with 2 additions and 0 deletions
|
@ -104,5 +104,7 @@
|
||||||
[ $DeviceInfo ] . "\n\n" . \
|
[ $DeviceInfo ] . "\n\n" . \
|
||||||
"https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \
|
"https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \
|
||||||
"" "true";
|
"" "true";
|
||||||
|
$LogPrintExit info ("A different RouterOS version " . ($Update->"latest-version") . \
|
||||||
|
" is available for downgrade.") false;
|
||||||
:set SentRouterosUpdateNotification ($Update->"latest-version");
|
:set SentRouterosUpdateNotification ($Update->"latest-version");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue