global-functions: update upgrade instruction

The branch 'routeros-v7' will not exist forever...
And the link is gone already.
This commit is contained in:
Christian Hesse 2022-03-04 15:54:18 +01:00
parent c5cc72de0e
commit b35e39b0fa

View file

@ -1270,8 +1270,7 @@ $RequiredRouterOS "global-functions" "6.47" true;
# ... and give a hint on RouterOS v7.
:if ([ $RequiredRouterOS "global-functions" "7.0" false ] = true) do={
$LogPrintExit2 warning $0 ("RouterOS v7 brings some incompatible changes. Please switch to branch " . \
"'routeros-v7', see https://git.eworm.de/cgit/routeros-scripts/about/#changes-for-routeros-v7") false;
$LogPrintExit2 warning $0 ("RouterOS v7 brings some incompatible changes. Please switch to main branch!") false;
}
# signal we are ready