mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
check-routeros-update: decrease log severity to info
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
:local Update [ / system package update get ];
|
||||
|
||||
:if ([ :len ($Update->"latest-version") ] = 0) do={
|
||||
$LogPrintExit warning "An empty string is not a valid version." true;
|
||||
$LogPrintExit info "An empty string is not a valid version." true;
|
||||
}
|
||||
|
||||
:local NumInstalled [ $VersionToNum ($Update->"installed-version") ];
|
||||
|
Reference in New Issue
Block a user