aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-07-09 12:06:40 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-07-09 12:46:03 +0200
commit81cba72bec1b81dc636499926102d226a5ffad54 (patch)
tree31a1724ebcca6545bd68255a360850daeab6f7fb
parentd80a7efb7c5383420e493f9f812b0075c8d09cca (diff)
global-functions: $ScriptInstallUpdate: drop the migration pattern
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 0a031ba..4ee8897 100644
--- a/global-functions
+++ b/global-functions
@@ -734,7 +734,7 @@
:local ReloadGlobalFunctions false;
:local ReloadGlobalConfig false;
- :foreach Script in=[ / system script find where source~"^#!rsc( by RouterOS)\?\n" ] do={
+ :foreach Script in=[ / system script find where source~"^#!rsc by RouterOS\n" ] do={
:local ScriptVal [ / system script get $Script ];
:local ScriptFile [ / file find where name=("script-updates/" . $ScriptVal->"name") ];
:local SourceNew;