aboutsummaryrefslogtreecommitdiffstats
path: root/global-wait
diff options
context:
space:
mode:
Diffstat (limited to 'global-wait')
-rw-r--r--global-wait11
1 files changed, 0 insertions, 11 deletions
diff --git a/global-wait b/global-wait
deleted file mode 100644
index 3ce6d27..0000000
--- a/global-wait
+++ /dev/null
@@ -1,11 +0,0 @@
-#!rsc by RouterOS
-# RouterOS script: global-wait
-
-:global GlobalFunctionsReady;
-:while ($GlobalFunctionsReady != true) do={
- :delay 500ms;
-}
-
-:global LogPrintExit2;
-
-$LogPrintExit2 warning "global-wait" ("This script is now useless, please remove it from configuration.") true;