aboutsummaryrefslogtreecommitdiffstats
path: root/global-wait.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'global-wait.rsc')
-rw-r--r--global-wait.rsc4
1 files changed, 3 insertions, 1 deletions
diff --git a/global-wait.rsc b/global-wait.rsc
index 448643c..9564a12 100644
--- a/global-wait.rsc
+++ b/global-wait.rsc
@@ -3,9 +3,11 @@
# Copyright (c) 2020-2024 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
#
+# requires RouterOS, version=7.12
+#
# wait for global-functions to finish
# https://git.eworm.de/cgit/routeros-scripts/about/doc/global-wait.md
-:local 0 "global-wait";
+:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }