global-wait: drop unused variable

This commit is contained in:
Christian Hesse 2024-03-04 16:45:01 +01:00
parent c462c0b598
commit 0d35a18c71
1 changed files with 0 additions and 1 deletions

View File

@ -8,6 +8,5 @@
# wait for global-functions to finish
# https://git.eworm.de/cgit/routeros-scripts/about/doc/global-wait.md
:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }