diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-04 16:45:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | 0d35a18c7166ce85efebc6966435ce72826744ad (patch) | |
tree | bb4ec4f1a4a1513631fa15d6f78805b199453b0e /global-wait.rsc | |
parent | c462c0b5983811d8a8b66e08184b38440941ff1c (diff) |
global-wait: drop unused variable
Diffstat (limited to 'global-wait.rsc')
-rw-r--r-- | global-wait.rsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global-wait.rsc b/global-wait.rsc index 9564a12..f8c767b 100644 --- a/global-wait.rsc +++ b/global-wait.rsc @@ -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; } |