From b35e39b0facb84b20efe62f7c53cbf3ffc06f887 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 4 Mar 2022 15:54:18 +0100 Subject: global-functions: update upgrade instruction The branch 'routeros-v7' will not exist forever... And the link is gone already. --- global-functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/global-functions b/global-functions index 6ae4549..3b88a2a 100644 --- a/global-functions +++ b/global-functions @@ -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 -- cgit v1.2.3-54-g00ecf