finally remove old scripts

This commit is contained in:
Christian Hesse 2021-07-09 11:57:19 +02:00
parent b864db1e38
commit dc7fc0d385
9 changed files with 5 additions and 38 deletions

View file

@ -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;