From dc7fc0d38510371a1d97c02a938fd7be16b7ae7c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 9 Jul 2021 11:57:19 +0200 Subject: finally remove old scripts --- global-wait | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 global-wait (limited to 'global-wait') 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; -- cgit v1.2.3-54-g00ecf