mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 01:04:55 +02:00
global-functions: $ScriptInstallUpdate: drop the migration pattern
This commit is contained in:
parent
d80a7efb7c
commit
81cba72bec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue