aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions5
1 files changed, 0 insertions, 5 deletions
diff --git a/global-functions b/global-functions
index ab95f3f..c5996ee 100644
--- a/global-functions
+++ b/global-functions
@@ -711,7 +711,6 @@
:local ExpectedConfigVersionBefore $ExpectedConfigVersion;
:local ReloadGlobalFunctions false;
:local ReloadGlobalConfig false;
- :local ScriptInstallUpdateBefore [ :tostr $ScriptInstallUpdate ];
:foreach Script in=[ / system script find where source~"^#!rsc( by RouterOS)\?\n" ] do={
:local ScriptVal [ / system script get $Script ];
@@ -879,10 +878,6 @@
:set GlobalConfigChanges;
:set GlobalConfigMigration;
}
-
- :if ($ScriptInstallUpdateBefore != [ :tostr $ScriptInstallUpdate ]) do={
- $LogPrintExit2 info $0 ("This function changed, you may want to re-run.") false;
- }
}
# lock script against multiple invocation