Hi -
I have multiple Mikrotik devices. One is a 493G and then three 912UAG-2HPnD
All of them with 6.31 running on them think that when I ‘check for updates’ that 6.31 is new and offer to download and install.
This breaks my package script that checks to do the auto-update method
The script is:
/system package update
check-for-updates
:delay 1s;
:if ( [get current-version] != [get latest-version]) do={ upgrade }
each time it runs, it re-downloads 6.31 and applies it.
It’s only started doing this post 6.31. Prior to that, never saw it. Not sure if there is a bug in the ‘current’ selection stuff that was added?