diff options
author | Christian Hesse <mail@eworm.de> | 2022-03-04 15:54:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-03-04 15:54:18 +0100 |
commit | b35e39b0facb84b20efe62f7c53cbf3ffc06f887 (patch) | |
tree | 503f9d5571d5c67c7b86aa52beb048ff915356e6 /global-functions | |
parent | c5cc72de0ed5fd011e7ec6a9170e9c5ba9c55312 (diff) |
global-functions: update upgrade instruction
The branch 'routeros-v7' will not exist forever...
And the link is gone already.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 3 |
1 files changed, 1 insertions, 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 |