1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-wait: drop unused variable

This commit is contained in:
Christian Hesse
2024-03-04 16:45:01 +01:00
parent c462c0b598
commit 0d35a18c71

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; }