aboutsummaryrefslogtreecommitdiffstats
path: root/global-wait
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-07-09 11:57:19 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-07-09 12:46:03 +0200
commitdc7fc0d38510371a1d97c02a938fd7be16b7ae7c (patch)
tree819afa0ad87002b8d63250b9431307c7441f3f1b /global-wait
parentb864db1e389cb262ef35a2ee2d679c98b6ff3bbb (diff)
finally remove old scriptschange-61
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;